From 872d74eb4370f37b8cc2d51cc873a073ee175a45 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 16 Apr 2003 05:06:35 +0000 Subject: [PATCH] (Regexps): Ref to Lisp manual for more regexp features. --- man/search.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/search.texi b/man/search.texi index 44b14ae008d..ea08626a6ab 100644 --- a/man/search.texi +++ b/man/search.texi @@ -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 -- 2.39.2