]> git.eshelyaron.com Git - emacs.git/commitdiff
(String Basics): Only unibyte strings that represent key sequences hold
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 Dec 2008 16:54:24 +0000 (16:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 5 Dec 2008 16:54:24 +0000 (16:54 +0000)
8-bit raw bytes.

doc/lispref/ChangeLog
doc/lispref/strings.texi

index 952c2953a60a1b080dbc66ebc84fa897fe8dec0e..e36aecce0405c108a490a5a300234e01bf4a625f 100644 (file)
@@ -1,5 +1,8 @@
 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
index a2315cc767bededb743eb3eca49d27738cb59f55..e987bdeef780fb9c80226cc2f0af2577467b1803 100644 (file)
@@ -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