From 543bc1b0841ff4bf1ec63e46ddd42e8805808478 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 21 Mar 2005 17:54:33 +0000 Subject: [PATCH] (Skipping Characters): skip-chars-forward allows character classes. --- lispref/positions.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lispref/positions.texi b/lispref/positions.texi index 282f897ebab..19a26754140 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi @@ -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 -- 2.39.2