+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.
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
@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