Mercurial > emacs
changeset 100252:6119dd432ab8
(String Basics): Only unibyte strings that represent key sequences hold
8-bit raw bytes.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 05 Dec 2008 16:53:47 +0000 |
parents | 71adc10e543f |
children | 11dbf144954a |
files | doc/lispref/strings.texi |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/strings.texi Fri Dec 05 16:49:20 2008 +0000 +++ b/doc/lispref/strings.texi Fri Dec 05 16:53:47 2008 +0000 @@ -58,10 +58,10 @@ 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