aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/objects.texi
diff options
context:
space:
mode:
authorDave Love2001-01-22 20:52:23 +0000
committerDave Love2001-01-22 20:52:23 +0000
commitc99554b1f61bfe371a61d21f89fada90eaf6963b (patch)
treed06b238324bb82a55ff0053402d66ceee9f56902 /lispref/objects.texi
parente294b7f1bf06719d35ffb89995c34e7c30c4eb75 (diff)
downloademacs-c99554b1f61bfe371a61d21f89fada90eaf6963b.tar.gz
emacs-c99554b1f61bfe371a61d21f89fada90eaf6963b.zip
*** empty log message ***
Diffstat (limited to 'lispref/objects.texi')
-rw-r--r--lispref/objects.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi
index 9b862ae9dcd..90236daf658 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -439,7 +439,7 @@ important than the @sc{ascii} representation.
439and the hexadecimal character code. You can use any number of hex 439and the hexadecimal character code. You can use any number of hex
440digits, so you can represent any character code in this way. 440digits, so you can represent any character code in this way.
441Thus, @samp{?\x41} for the character @kbd{A}, @samp{?\x1} for the 441Thus, @samp{?\x41} for the character @kbd{A}, @samp{?\x1} for the
442character @kbd{C-a}, and @code{?\x8e0} for the character 442character @kbd{C-a}, and @code{?\x8e0} for the Latin-1 character
443@iftex 443@iftex
444@samp{@`a}. 444@samp{@`a}.
445@end iftex 445@end iftex