summaryrefslogtreecommitdiff
path: root/doc/lispref/searching.texi
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-02-25 12:03:43 +0800
committerChong Yidong <cyd@gnu.org>2012-02-25 12:03:43 +0800
commit4963495d7e56e6f1aeca22ce028a4ce8eb010076 (patch)
treea022f97af2b6f21d9932e781eb15bf052c9ffb8a /doc/lispref/searching.texi
parent562af8bb4f1f1f4962cf3543290c61c2cc554978 (diff)
downloademacs-4963495d7e56e6f1aeca22ce028a4ce8eb010076.tar.gz
* doc/lispref/searching.texi (Regexp Backslash): Add index entry.
Fixes: debbugs:10869
Diffstat (limited to 'doc/lispref/searching.texi')
-rw-r--r--doc/lispref/searching.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi
index 3dc777897c1..5bda1940b51 100644
--- a/doc/lispref/searching.texi
+++ b/doc/lispref/searching.texi
@@ -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