diff options
Diffstat (limited to 'doc/lispref/objects.texi')
| -rw-r--r-- | doc/lispref/objects.texi | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index c7d71d2aba9..c4c74ec7556 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*- mode: texinfo; coding: utf-8 -*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2015 Free Software | 3 | @c Copyright (C) 1990-1995, 1998-1999, 2001-2015 Free Software |
| 4 | @c Foundation, Inc. | 4 | @c Foundation, Inc. |
| @@ -375,13 +375,7 @@ that, Emacs signals an error. | |||
| 375 | codes. A hexadecimal escape sequence consists of a backslash, | 375 | codes. A hexadecimal escape sequence consists of a backslash, |
| 376 | @samp{x}, and the hexadecimal character code. Thus, @samp{?\x41} is | 376 | @samp{x}, and the hexadecimal character code. Thus, @samp{?\x41} is |
| 377 | the character @kbd{A}, @samp{?\x1} is the character @kbd{C-a}, and | 377 | the character @kbd{A}, @samp{?\x1} is the character @kbd{C-a}, and |
| 378 | @code{?\xe0} is the character | 378 | @code{?\xe0} is the character @kbd{à} (@kbd{a} with grave accent). |
| 379 | @iftex | ||
| 380 | @samp{@`a}. | ||
| 381 | @end iftex | ||
| 382 | @ifnottex | ||
| 383 | @samp{a} with grave accent. | ||
| 384 | @end ifnottex | ||
| 385 | You can use any number of hex digits, so you can represent any | 379 | You can use any number of hex digits, so you can represent any |
| 386 | character code in this way. | 380 | character code in this way. |
| 387 | 381 | ||