* doc/lispref/searching.texi (Regexp Backslash): Add index entry.

Fixes: debbugs:10869
This commit is contained in:
Chong Yidong 2012-02-25 12:03:43 +08:00
parent 562af8bb4f
commit 4963495d7e
3 changed files with 6 additions and 1 deletions

View 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.

View 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

View 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