From: Eli Zaretskii Date: Fri, 25 Feb 2011 11:30:47 +0000 (+0200) Subject: Fix bug #8096 with "regexp search" indexing. X-Git-Tag: emacs-23.3~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=116b6d38756adafbc8562da0b7fd721122172394;p=emacs.git Fix bug #8096 with "regexp search" indexing. search.texi (Regexp Search): Move index entries about regexps to the "Regexps" node. Add index entries for regexp search. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 9f45fa31cc2..fe3e17a2c91 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2011-02-25 Eli Zaretskii + + * search.texi (Regexp Search): Move index entries about regexps to the + "Regexps" node. Add index entries for regexp search. (Bug#8096) + 2011-02-19 Glenn Morris * dired.texi (Dired): Dired-X version number was dropped. diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index e2ecb4a2385..2b96e519b10 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi @@ -469,8 +469,8 @@ apply to the lazy highlight, which always matches whole words. @node Regexp Search @section Regular Expression Search -@cindex regular expression -@cindex regexp +@cindex regexp search +@cindex search for a regular expression A @dfn{regular expression} (or @dfn{regexp} for short) is a pattern that denotes a class of alternative strings to match. GNU Emacs @@ -544,6 +544,8 @@ Search}. @node Regexps @section Syntax of Regular Expressions @cindex syntax of regexps +@cindex regular expression +@cindex regexp This manual describes regular expression features that users typically use. @xref{Regular Expressions,,, elisp, The Emacs Lisp