]> git.eshelyaron.com Git - emacs.git/commitdiff
* objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 13 Aug 2009 18:08:25 +0000 (18:08 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 13 Aug 2009 18:08:25 +0000 (18:08 +0000)
doc/lispref/ChangeLog
doc/lispref/objects.texi

index 2de34f9997f5c07338b83c004515871557e6e017..4ef9a4c35eb2042491df01391892e41e8dee3064 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
+
 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
 
        * processes.texi (Shell Arguments): Copyedits.
index cbfafdbb309e723d190c4e73c8ae2b526d16df0f..87e37702b88a5f4ca22006a490b550fa91c6db57 100644 (file)
@@ -472,8 +472,8 @@ possible a wide range of basic character codes.
 bit attached to an @acronym{ASCII} character indicates a meta
 character; thus, the meta characters that can fit in a string have
 codes in the range from 128 to 255, and are the meta versions of the
-ordinary @acronym{ASCII} characters.  (In Emacs versions 18 and older,
-this convention was used for characters outside of strings as well.)
+ordinary @acronym{ASCII} characters.  @xref{Strings of Events}, for
+details about @key{META}-handling in strings.
 
   The read syntax for meta characters uses @samp{\M-}.  For example,
 @samp{?\M-A} stands for @kbd{M-A}.  You can use @samp{\M-} together with