emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/positions.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/positions.texi
Date: Mon, 21 Mar 2005 12:54:34 -0500

Index: emacs/lispref/positions.texi
diff -c emacs/lispref/positions.texi:1.49 emacs/lispref/positions.texi:1.50
*** emacs/lispref/positions.texi:1.49   Sun Feb  6 10:54:05 2005
--- emacs/lispref/positions.texi        Mon Mar 21 17:54:33 2005
***************
*** 770,776 ****
  terminate it, and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}.
  Thus, @code{"a-zA-Z"} skips over all letters, stopping before the
  first nonletter, and @code{"^a-zA-Z"} skips nonletters stopping before
! the first letter.  @xref{Regular Expressions}.
  
  If @var{limit} is supplied (it must be a number or a marker), it
  specifies the maximum position in the buffer that point can be skipped
--- 770,777 ----
  terminate it, and @samp{\} quotes @samp{^}, @samp{-} or @samp{\}.
  Thus, @code{"a-zA-Z"} skips over all letters, stopping before the
  first nonletter, and @code{"^a-zA-Z"} skips nonletters stopping before
! the first letter.  See @xref{Regular Expressions}.  Character classes
! can also be used, e.g. @code{"[:alnum:]"}.  See @pxref{Char Classes}.
  
  If @var{limit} is supplied (it must be a number or a marker), it
  specifies the maximum position in the buffer that point can be skipped




reply via email to

[Prev in Thread] Current Thread [Next in Thread]