/[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.38 by rms, Fri Sep 19 14:38:03 2003 UTC revision 1.39 by eliz, Sun Nov 2 06:29:59 2003 UTC
# Line 787  comes back" twice. Line 787  comes back" twice.
787  Note that char classes are not currently supported in  Note that char classes are not currently supported in
788  @var{character-set}; they will be treated as literals.  Thus you  @var{character-set}; they will be treated as literals.  Thus you
789  cannot use @code{"[:alpha:]"} instead of @code{"a-zA-Z"} to include  cannot use @code{"[:alpha:]"} instead of @code{"a-zA-Z"} to include
790  non-ASCII letters.  A way to skip forward over all letters is:  non-@acronym{ASCII} letters.  A way to skip forward over all letters is:
791    
792  @example  @example
793  (re-search-forward "\\=[[:alpha:]]*" nil t)  (re-search-forward "\\=[[:alpha:]]*" nil t)

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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