]> code.delx.au - gnu-emacs/commitdiff
(Skipping Characters): skip-chars-forward allows character classes.
authorRichard M. Stallman <rms@gnu.org>
Mon, 21 Mar 2005 17:54:33 +0000 (17:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 21 Mar 2005 17:54:33 +0000 (17:54 +0000)
lispref/positions.texi

index 282f897ebaba507c4bc571f173fa82e0194adea0..19a2675414080a8520c4a4af1437b091c721d09d 100644 (file)
@@ -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