comparison man/lispref/positions.texi @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents ec9a17fef872
children 360340f9fd5f
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
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 non-letter, and @code{"^a-zA-Z}" skips non-letters stopping before the 690 nonletter, and @code{"^a-zA-Z}" skips nonletters 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}.