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: Sat, 20 Nov 2004 23:01:18 -0500

Index: emacs/lispref/positions.texi
diff -c emacs/lispref/positions.texi:1.46 emacs/lispref/positions.texi:1.47
*** emacs/lispref/positions.texi:1.46   Mon Jul 19 21:01:07 2004
--- emacs/lispref/positions.texi        Sun Nov 21 03:50:38 2004
***************
*** 796,811 ****
  @end group
  @end example
  
- Note that char classes are not currently supported in
- @var{character-set}; they will be treated as literals.  Thus you
- cannot use @code{"[:alpha:]"} instead of @code{"a-zA-Z"} to include
- address@hidden letters.  A way to skip forward over all letters is:
- 
- @example
- (re-search-forward "\\=[[:alpha:]]*" nil t)
- @end example
- @end defun
- 
  @defun skip-chars-backward character-set &optional limit
  This function moves point backward, skipping characters that match
  @var{character-set}, until @var{limit}.  It is just like
--- 796,801 ----




reply via email to

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