* doc/lispref/searching.texi (Regexp Backslash): Add index entry.
Fixes: debbugs:10869
This commit is contained in:
parent
562af8bb4f
commit
4963495d7e
3 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue