/[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.46 by teirllm, Mon Jul 19 21:01:07 2004 UTC revision 1.47 by rms, Sun Nov 21 03:50:38 2004 UTC
# Line 796  comes back" twice. Line 796  comes back" twice.
796  @end group  @end group
797  @end example  @end example
798    
 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-@acronym{ASCII} letters.  A way to skip forward over all letters is:  
   
 @example  
 (re-search-forward "\\=[[:alpha:]]*" nil t)  
 @end example  
 @end defun  
   
799  @defun skip-chars-backward character-set &optional limit  @defun skip-chars-backward character-set &optional limit
800  This function moves point backward, skipping characters that match  This function moves point backward, skipping characters that match
801  @var{character-set}, until @var{limit}.  It is just like  @var{character-set}, until @var{limit}.  It is just like

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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