summaryrefslogtreecommitdiff
path: root/lispref/searching.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-28 04:01:48 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-28 04:01:48 +0000
commit736874355e5a0cfc4bb6d674f52f103ba03b5e91 (patch)
treea62bf8cd0a0b7e39c20e5d52d108de31cd39c36a /lispref/searching.texi
parent52191a4342c999659a995668d003a676dac7b71d (diff)
downloademacs-736874355e5a0cfc4bb6d674f52f103ba03b5e91.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/searching.texi')
-rw-r--r--lispref/searching.texi3
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