aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-16 05:06:35 +0000
committerRichard M. Stallman2003-04-16 05:06:35 +0000
commit872d74eb4370f37b8cc2d51cc873a073ee175a45 (patch)
tree8f7aca2b7a4e6553c38dd70b1c0d6c19e2fe07d8
parent9a191ebaa709bb1b4703e59c092a2bb0bb60ab4b (diff)
downloademacs-872d74eb4370f37b8cc2d51cc873a073ee175a45.tar.gz
emacs-872d74eb4370f37b8cc2d51cc873a073ee175a45.zip
(Regexps): Ref to Lisp manual for more regexp features.
-rw-r--r--man/search.texi5
1 files changed, 5 insertions, 0 deletions
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}.
385@section Syntax of Regular Expressions 385@section Syntax of Regular Expressions
386@cindex syntax of regexps 386@cindex syntax of regexps
387 387
388 This manual describes regular expression features that users
389typically want to use. There are additional features that are
390mainly used in Lisp programs; see @ref{Regular Expressions,,,
391elisp, the same manual}.
392
388 Regular expressions have a syntax in which a few characters are 393 Regular expressions have a syntax in which a few characters are
389special constructs and the rest are @dfn{ordinary}. An ordinary 394special constructs and the rest are @dfn{ordinary}. An ordinary
390character is a simple regular expression which matches that same 395character is a simple regular expression which matches that same