* doc/lispref/searching.texi (Regexp Backslash): Add index entry.
authorChong Yidong <cyd@gnu.org>
Sat, 25 Feb 2012 04:03:43 +0000 (12:03 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 25 Feb 2012 04:03:43 +0000 (12:03 +0800)
Fixes: debbugs:10869

doc/lispref/ChangeLog
doc/lispref/objects.texi
doc/lispref/searching.texi

index 5759023..089aa8b 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-25  Chong Yidong  <cyd@gnu.org>
+
+       * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
+
 2012-02-24  Glenn Morris  <rgm@gnu.org>
 
        * errors.texi (Standard Errors): Mention dbus-error.
index 995a4d8..ba4803c 100644 (file)
@@ -370,7 +370,7 @@ with other programming languages.  Unlike some other languages, Emacs
 Lisp supports this syntax only in character literals and strings.
 
 @cindex @samp{\} in character constant
-@cindex backslash in character constant
+@cindex backslash in character constants
 @cindex octal character code
   The most general read syntax for a character represents the
 character code in either octal or hex.  To use octal, write a question
index 3dc7778..5bda194 100644 (file)
@@ -559,6 +559,7 @@ through @samp{f} and @samp{A} through @samp{F}.
 
 @node Regexp Backslash
 @subsubsection Backslash Constructs in Regular Expressions
+@cindex backslash in regular expressions
 
   For the most part, @samp{\} followed by any character matches only
 that character.  However, there are several exceptions: certain