]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug #8096 with "regexp search" indexing.
authorEli Zaretskii <eliz@gnu.org>
Fri, 25 Feb 2011 11:30:47 +0000 (13:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 25 Feb 2011 11:30:47 +0000 (13:30 +0200)
 search.texi (Regexp Search): Move index entries about regexps to the
 "Regexps" node.  Add index entries for regexp search.

doc/emacs/ChangeLog
doc/emacs/search.texi

index 9f45fa31cc2e0b0273da0070cfaa8b29d33ddd17..fe3e17a2c9102692df1756c959e0788d7e335b23 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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  <rgm@gnu.org>
 
        * dired.texi (Dired): Dired-X version number was dropped.
index e2ecb4a2385914117fa67435ee31420e4514ff25..2b96e519b1079e776d2e8b2cd01758cf2df5bacb 100644 (file)
@@ -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