mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-24 23:31:33 -07:00
Fix typo in previous change.
This commit is contained in:
parent
2d3fa43542
commit
5c8d69ab5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue