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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/positions.texi
Date: Sun, 02 Nov 2003 01:47:45 -0500

Index: emacs/lispref/positions.texi
diff -c emacs/lispref/positions.texi:1.38 emacs/lispref/positions.texi:1.39
*** emacs/lispref/positions.texi:1.38   Fri Sep 19 10:38:03 2003
--- emacs/lispref/positions.texi        Sun Nov  2 01:29:59 2003
***************
*** 787,793 ****
  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
! non-ASCII letters.  A way to skip forward over all letters is:
  
  @example
  (re-search-forward "\\=[[:alpha:]]*" nil t)
--- 787,793 ----
  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)




reply via email to

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