diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-28 04:01:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-28 04:01:48 +0000 |
commit | 736874355e5a0cfc4bb6d674f52f103ba03b5e91 (patch) | |
tree | a62bf8cd0a0b7e39c20e5d52d108de31cd39c36a /lispref/searching.texi | |
parent | 52191a4342c999659a995668d003a676dac7b71d (diff) | |
download | emacs-736874355e5a0cfc4bb6d674f52f103ba03b5e91.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/searching.texi')
-rw-r--r-- | lispref/searching.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi index 265bc9aba5b..346357c857d 100644 --- a/lispref/searching.texi +++ b/lispref/searching.texi @@ -198,7 +198,7 @@ and @samp{o} to get the regular expression @samp{fo}, which matches only the string @samp{fo}. Still trivial. To do something more powerful, you need to use one of the special characters. Here is a list of them: -@need 1200 +@need 800 @table @asis @item @samp{.}@: @r{(Period)} @cindex @samp{.} in regexp @@ -312,7 +312,6 @@ mentioned as one of the characters not to match. This is in contrast to the handling of regexps in programs such as @code{grep}. @item @samp{^} -@cindex @samp{^} in regexp @cindex beginning of line in regexp is a special character that matches the empty string, but only at the beginning of a line in the text being matched. Otherwise it fails to |