diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-27 17:07:29 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-27 17:07:29 -0800 |
commit | 2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb (patch) | |
tree | b924eb1c22ab3bce643676162ef039f250782661 /doc/emacs/search.texi | |
parent | df7f0d0b10ce31a6f1a8b7e979e120c695699d5a (diff) | |
parent | d1f61aaf6f0b6a2cf2bbb7eaf5631f8b580568d4 (diff) |
Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.
Diffstat (limited to 'doc/emacs/search.texi')
-rw-r--r-- | doc/emacs/search.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index df0579ab9e..e3c0445e18 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi @@ -468,8 +468,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 @@ -543,6 +543,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 |