diff options
| author | Richard M. Stallman | 2003-04-16 05:06:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-04-16 05:06:35 +0000 |
| commit | 872d74eb4370f37b8cc2d51cc873a073ee175a45 (patch) | |
| tree | 8f7aca2b7a4e6553c38dd70b1c0d6c19e2fe07d8 | |
| parent | 9a191ebaa709bb1b4703e59c092a2bb0bb60ab4b (diff) | |
| download | emacs-872d74eb4370f37b8cc2d51cc873a073ee175a45.tar.gz emacs-872d74eb4370f37b8cc2d51cc873a073ee175a45.zip | |
(Regexps): Ref to Lisp manual for more regexp features.
| -rw-r--r-- | man/search.texi | 5 |
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 | ||
| 389 | typically want to use. There are additional features that are | ||
| 390 | mainly used in Lisp programs; see @ref{Regular Expressions,,, | ||
| 391 | elisp, 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 |
| 389 | special constructs and the rest are @dfn{ordinary}. An ordinary | 394 | special constructs and the rest are @dfn{ordinary}. An ordinary |
| 390 | character is a simple regular expression which matches that same | 395 | character is a simple regular expression which matches that same |