diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-08-13 18:08:25 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-08-13 18:08:25 +0000 |
commit | 417f77e6f27dab85c8eba4883c49346e29a27fc6 (patch) | |
tree | b4c32622d2070bdafb3296785b6277d97cfc36d3 /doc/lispref/objects.texi | |
parent | 64b807c9249c318d60226e5b7eca914f1ef46daa (diff) | |
download | emacs-417f77e6f27dab85c8eba4883c49346e29a27fc6.tar.gz |
* objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r-- | doc/lispref/objects.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index cbfafdbb309..87e37702b88 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -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 |