comparison man/lispref/positions.texi @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 131b0175ea99
children 7df0dd720c89
comparison
equal deleted inserted replaced
107:523141596bda 108:360340f9fd5f
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}.