(Skipping Characters): skip-chars-forward allows character classes.
This commit is contained in:
parent
3a05b1e422
commit
543bc1b084
1 changed files with 2 additions and 1 deletions
|
@ -770,7 +770,8 @@ The argument @var{character-set} is a string, like the inside of a
|
|||
terminate it, 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 first letter. @xref{Regular Expressions}.
|
||||
the first letter. See @xref{Regular Expressions}. Character classes
|
||||
can also be used, e.g. @code{"[:alnum:]"}. See @pxref{Char Classes}.
|
||||
|
||||
If @var{limit} is supplied (it must be a number or a marker), it
|
||||
specifies the maximum position in the buffer that point can be skipped
|
||||
|
|
Loading…
Add table
Reference in a new issue