From e39a3c45170ef0729f4cce9c14cadecb88ef4f30 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 19 May 1997 07:29:00 +0000 Subject: Fix typo in previous change. --- lispref/searching.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1