]> code.delx.au - gnu-emacs/commitdiff
* 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 575902336cdb20c6f833f23fac319f1e67cafa33..089aa8ba09612d845319327d9e2be185e692bd90 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 995a4d89352e868d07e349c12f72a2c90c6bd8b5..ba4803c73f26d96b007f1e68600a1ed4c28afc4e 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 3dc777897c1604fc804bec606494298a134e6235..5bda1940b511dfc10d06d59444830fbc7600d8f5 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