From 4963495d7e56e6f1aeca22ce028a4ce8eb010076 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 25 Feb 2012 12:03:43 +0800 Subject: [PATCH] * doc/lispref/searching.texi (Regexp Backslash): Add index entry. Fixes: debbugs:10869 --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/objects.texi | 2 +- doc/lispref/searching.texi | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 575902336cd..089aa8ba096 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-02-25 Chong Yidong + + * searching.texi (Regexp Backslash): Add index entry (Bug#10869). + 2012-02-24 Glenn Morris * errors.texi (Standard Errors): Mention dbus-error. diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 995a4d89352..ba4803c73f2 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -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 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 -- 2.11.4.GIT