/[emacs]/emacs/lispref/positions.texi
ViewVC logotype

Diff of /emacs/lispref/positions.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by rms, Sun Feb 6 10:54:05 2005 UTC revision 1.50 by rms, Mon Mar 21 17:54:33 2005 UTC
# Line 770  The argument @var{character-set} is a st Line 770  The argument @var{character-set} is a st
770  terminate it, and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}.  terminate it, and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}.
771  Thus, @code{"a-zA-Z"} skips over all letters, stopping before the  Thus, @code{"a-zA-Z"} skips over all letters, stopping before the
772  first nonletter, and @code{"^a-zA-Z"} skips nonletters stopping before  first nonletter, and @code{"^a-zA-Z"} skips nonletters stopping before
773  the first letter.  @xref{Regular Expressions}.  the first letter.  See @xref{Regular Expressions}.  Character classes
774    can also be used, e.g. @code{"[:alnum:]"}.  See @pxref{Char Classes}.
775    
776  If @var{limit} is supplied (it must be a number or a marker), it  If @var{limit} is supplied (it must be a number or a marker), it
777  specifies the maximum position in the buffer that point can be skipped  specifies the maximum position in the buffer that point can be skipped

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26