aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/objects.texi
diff options
context:
space:
mode:
authorChong Yidong2012-02-25 12:03:43 +0800
committerChong Yidong2012-02-25 12:03:43 +0800
commit4963495d7e56e6f1aeca22ce028a4ce8eb010076 (patch)
treea022f97af2b6f21d9932e781eb15bf052c9ffb8a /doc/lispref/objects.texi
parent562af8bb4f1f1f4962cf3543290c61c2cc554978 (diff)
downloademacs-4963495d7e56e6f1aeca22ce028a4ce8eb010076.tar.gz
emacs-4963495d7e56e6f1aeca22ce028a4ce8eb010076.zip
* doc/lispref/searching.texi (Regexp Backslash): Add index entry.
Fixes: debbugs:10869
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r--doc/lispref/objects.texi2
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
370Lisp supports this syntax only in character literals and strings. 370Lisp 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
376character code in either octal or hex. To use octal, write a question 376character code in either octal or hex. To use octal, write a question