changeset 17886:9129ede641f3

Fix typo in previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 May 1997 07:29:00 +0000
parents be1ba0978de9
children 488aa370e96d
files lispref/searching.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/searching.texi	Mon May 19 07:17:38 1997 +0000
+++ b/lispref/searching.texi	Mon May 19 07:29:00 1997 +0000
@@ -260,7 +260,7 @@
 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