comparison man/lispref/positions.texi @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 376386a54a3c
children 131b0175ea99
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
685 685
686 The argument @var{character-set} is like the inside of a 686 The argument @var{character-set} is like the inside of a
687 @samp{[@dots{}]} in a regular expression except that @samp{]} is never 687 @samp{[@dots{}]} in a regular expression except that @samp{]} is never
688 special and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}. Thus, 688 special and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}. Thus,
689 @code{"a-zA-Z"} skips over all letters, stopping before the first 689 @code{"a-zA-Z"} skips over all letters, stopping before the first
690 nonletter, and @code{"^a-zA-Z}" skips nonletters stopping before the 690 non-letter, and @code{"^a-zA-Z}" skips non-letters stopping before the
691 first letter. @xref{Regular Expressions}. 691 first letter. @xref{Regular Expressions}.
692 692
693 If @var{limit} is supplied (it must be a number or a marker), it 693 If @var{limit} is supplied (it must be a number or a marker), it
694 specifies the maximum position in the buffer that point can be skipped 694 specifies the maximum position in the buffer that point can be skipped
695 to. Point will stop at or before @var{limit}. 695 to. Point will stop at or before @var{limit}.