diff options
| author | Dave Love | 2001-01-22 20:52:23 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-22 20:52:23 +0000 |
| commit | c99554b1f61bfe371a61d21f89fada90eaf6963b (patch) | |
| tree | d06b238324bb82a55ff0053402d66ceee9f56902 /lispref/objects.texi | |
| parent | e294b7f1bf06719d35ffb89995c34e7c30c4eb75 (diff) | |
| download | emacs-c99554b1f61bfe371a61d21f89fada90eaf6963b.tar.gz emacs-c99554b1f61bfe371a61d21f89fada90eaf6963b.zip | |
*** empty log message ***
Diffstat (limited to 'lispref/objects.texi')
| -rw-r--r-- | lispref/objects.texi | 2 |
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. | |||
| 439 | and the hexadecimal character code. You can use any number of hex | 439 | and the hexadecimal character code. You can use any number of hex |
| 440 | digits, so you can represent any character code in this way. | 440 | digits, so you can represent any character code in this way. |
| 441 | Thus, @samp{?\x41} for the character @kbd{A}, @samp{?\x1} for the | 441 | Thus, @samp{?\x41} for the character @kbd{A}, @samp{?\x1} for the |
| 442 | character @kbd{C-a}, and @code{?\x8e0} for the character | 442 | character @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 |