comparison lispref/positions.texi @ 13074:c361ef50ec0f

Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Sep 1995 14:50:42 +0000
parents a6eb5f12b0f3
children 680aa532d697
comparison
equal deleted inserted replaced
13073:840a4e0ec0a6 13074:c361ef50ec0f
657 657
658 The argument @var{character-set} is like the inside of a 658 The argument @var{character-set} is like the inside of a
659 @samp{[@dots{}]} in a regular expression except that @samp{]} is never 659 @samp{[@dots{}]} in a regular expression except that @samp{]} is never
660 special and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}. Thus, 660 special and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}. Thus,
661 @code{"a-zA-Z"} skips over all letters, stopping before the first 661 @code{"a-zA-Z"} skips over all letters, stopping before the first
662 nonletter, and @code{"^a-zA-Z}" skips nonletters stopping before the 662 nonletter, and @code{"^a-zA-Z"} skips nonletters stopping before the
663 first letter. @xref{Regular Expressions}. 663 first letter. @xref{Regular Expressions}.
664 664
665 If @var{limit} is supplied (it must be a number or a marker), it 665 If @var{limit} is supplied (it must be a number or a marker), it
666 specifies the maximum position in the buffer that point can be skipped 666 specifies the maximum position in the buffer that point can be skipped
667 to. Point will stop at or before @var{limit}. 667 to. Point will stop at or before @var{limit}.