emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref strings.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/doc/lispref strings.texi
Date: Fri, 05 Dec 2008 16:53:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/12/05 16:53:47

Modified files:
        doc/lispref    : strings.texi 

Log message:
        (String Basics): Only unibyte strings that represent key sequences hold
        8-bit raw bytes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/strings.texi?cvsroot=emacs&r1=1.8&r2=1.9

Patches:
Index: strings.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/strings.texi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- strings.texi        29 Nov 2008 12:19:22 -0000      1.8
+++ strings.texi        5 Dec 2008 16:53:47 -0000       1.9
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]