diff options
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/positions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi index 1032c85453b..9d42c8ac2a6 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi @@ -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 |