Mercurial > emacs
diff src/syntax.c @ 102145:16ac9218f780
(Fskip_chars_forward): Fix doc typo.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Fri, 20 Feb 2009 06:08:57 +0000 |
| parents | e038c1a8307c |
| children | 7a2f279a2c8d |
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.
