From: Richard M. Stallman Date: Mon, 19 May 1997 07:29:00 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: emacs-20.1~2059 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c8d69ab5ef5f1cbe0ea9a0f1ffe458823c3ca94;p=emacs.git Fix typo in previous change. --- diff --git a/lispref/searching.texi b/lispref/searching.texi index 80c10e94d9a..9c0d4a22af2 100644 --- a/lispref/searching.texi +++ b/lispref/searching.texi @@ -260,7 +260,7 @@ Thus, @samp{[ad]} matches either one @samp{a} or one @samp{d}, and matches @samp{cr}, @samp{car}, @samp{cdr}, @samp{caddaar}, etc. You can also include character ranges in a character set, by writing the -startong and ending characters with a @samp{-} between them. Thus, +starting and ending characters with a @samp{-} between them. Thus, @samp{[a-z]} matches any lower-case ASCII letter. Ranges may be intermixed freely with individual characters, as in @samp{[a-z$%.]}, which matches any lower case ASCII letter or @samp{$}, @samp{%} or