Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5dedd9b5
Commit
5dedd9b5
authored
Dec 05, 2008
by
Eli Zaretskii
Browse files
(String Basics): Only unibyte strings that represent key sequences hold
8-bit raw bytes.
parent
b5ec91a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+3
-0
doc/lispref/strings.texi
doc/lispref/strings.texi
+4
-4
No files found.
doc/lispref/ChangeLog
View file @
5dedd9b5
2008
-
12
-
05
Eli
Zaretskii
<
eliz
@
gnu
.
org
>
*
strings
.
texi
(
String
Basics
):
Only
unibyte
strings
that
represent
key
sequences
hold
8
-
bit
raw
bytes
.
*
nonascii
.
texi
(
Coding
System
Basics
):
Rewrite
@
ignore
'd
paragraph to speak about `undecided'
.
(
Character
Properties
):
Don
't explain the meaning of each
...
...
doc/lispref/strings.texi
View file @
5dedd9b5
...
...
@@ -58,10 +58,10 @@ Emacs strings (and in buffers): unibyte and multibyte (@pxref{Text
Representations}). For most Lisp programming, you don't need to be
concerned with these two representations.
Sometimes key sequences are represented as strings. When a
string is
a key sequence, string elements in the range 128 to
255 represent meta
characters (which are large integers) rather than
character
codes in the range 128 to 255.
Sometimes key sequences are represented as
unibyte
strings. When a
unibyte string is
a key sequence, string elements in the range 128 to
255 represent meta
characters (which are large integers) rather than
character
codes in the range 128 to 255.
Strings cannot hold characters that have the hyper, super or alt
modifiers; they can hold @acronym{ASCII} control characters, but no other
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment