changeset 50604:f37984f93151

(Regexps): Ref to Lisp manual for more regexp features.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Apr 2003 05:06:35 +0000
parents 86ea12469954
children d91f2dfe45eb
files man/search.texi
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/search.texi	Wed Apr 16 05:05:32 2003 +0000
+++ b/man/search.texi	Wed Apr 16 05:06:35 2003 +0000
@@ -385,6 +385,11 @@
 @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