diff options
Diffstat (limited to 'doc/lispref/objects.texi')
| -rw-r--r-- | doc/lispref/objects.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 995a4d89352..ba4803c73f2 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -370,7 +370,7 @@ with other programming languages. Unlike some other languages, Emacs | |||
| 370 | Lisp supports this syntax only in character literals and strings. | 370 | Lisp supports this syntax only in character literals and strings. |
| 371 | 371 | ||
| 372 | @cindex @samp{\} in character constant | 372 | @cindex @samp{\} in character constant |
| 373 | @cindex backslash in character constant | 373 | @cindex backslash in character constants |
| 374 | @cindex octal character code | 374 | @cindex octal character code |
| 375 | The most general read syntax for a character represents the | 375 | The most general read syntax for a character represents the |
| 376 | character code in either octal or hex. To use octal, write a question | 376 | character code in either octal or hex. To use octal, write a question |