emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src syntax.c


From: Glenn Morris
Subject: [Emacs-diffs] emacs/src syntax.c
Date: Fri, 20 Feb 2009 06:08:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/02/20 06:08:57

Modified files:
        src            : syntax.c 

Log message:
        (Fskip_chars_forward): Fix doc typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/syntax.c?cvsroot=emacs&r1=1.221&r2=1.222

Patches:
Index: syntax.c
===================================================================
RCS file: /sources/emacs/emacs/src/syntax.c,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -b -r1.221 -r1.222
--- syntax.c    8 Jan 2009 03:15:56 -0000       1.221
+++ syntax.c    20 Feb 2009 06:08:57 -0000      1.222
@@ -1353,7 +1353,7 @@
        doc: /* Move point forward, stopping before a char not in STRING, or at 
pos LIM.
 STRING is like the inside of a `[...]' in a regular expression
 except that `]' is never special and `\\' quotes `^', `-' or `\\'
- (but not as the end of a range; quoting is never needed there).
+ (but not at the end of a range; quoting is never needed there).
 Thus, with arg "a-zA-Z", this skips letters stopping before first nonletter.
 With arg "^a-zA-Z", skips nonletters stopping before first letter.
 Char classes, e.g. `[:alpha:]', are supported.




reply via email to

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