]> git.eshelyaron.com Git - emacs.git/commitdiff
(Regexps): Ref to Lisp manual for more regexp features.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Apr 2003 05:06:35 +0000 (05:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Apr 2003 05:06:35 +0000 (05:06 +0000)
man/search.texi

index 44b14ae008df76e66c4ffbe2847c70e7165b7eba..ea08626a6abe521eaf088d1fa14d1659d14bfb26 100644 (file)
@@ -385,6 +385,11 @@ Search}.
 @section Syntax of Regular Expressions
 @cindex syntax of regexps
 
+  This manual describes regular expression features that users
+typically want to use.  There are additional features that are
+mainly used in Lisp programs; see @ref{Regular Expressions,,,
+elisp, the same manual}.
+
   Regular expressions have a syntax in which a few characters are
 special constructs and the rest are @dfn{ordinary}.  An ordinary
 character is a simple regular expression which matches that same