mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Fix typo.
This commit is contained in:
parent
2d2aae549e
commit
67f09a62a9
@ -659,7 +659,7 @@ The argument @var{character-set} is like the inside of a
|
||||
@samp{[@dots{}]} in a regular expression except that @samp{]} is never
|
||||
special and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}. Thus,
|
||||
@code{"a-zA-Z"} skips over all letters, stopping before the first
|
||||
nonletter, and @code{"^a-zA-Z}" skips nonletters stopping before the
|
||||
nonletter, and @code{"^a-zA-Z"} skips nonletters stopping before the
|
||||
first letter. @xref{Regular Expressions}.
|
||||
|
||||
If @var{limit} is supplied (it must be a number or a marker), it
|
||||
|
Loading…
Reference in New Issue
Block a user