changeset 102145:16ac9218f780

(Fskip_chars_forward): Fix doc typo.
author Glenn Morris <rgm@gnu.org>
date Fri, 20 Feb 2009 06:08:57 +0000
parents 1ec88ff720f2
children 7676bb272202
files src/syntax.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/syntax.c	Fri Feb 20 06:06:18 2009 +0000
+++ b/src/syntax.c	Fri Feb 20 06:08:57 2009 +0000
@@ -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.