]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 May 1997 07:29:00 +0000 (07:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 May 1997 07:29:00 +0000 (07:29 +0000)
lispref/searching.texi

index 80c10e94d9ab02769946c921ffc9233133c3b51d..9c0d4a22af249ce18dc2f34e98085d2acadcf094 100644 (file)
@@ -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