# HG changeset patch # User Glenn Morris # Date 1235110137 0 # Node ID 16ac9218f780d4ea9de0e89bfa62ff872211fe34 # Parent 1ec88ff720f2e43bfcf96087ab81ea031e4eb2d6 (Fskip_chars_forward): Fix doc typo. diff -r 1ec88ff720f2 -r 16ac9218f780 src/syntax.c --- 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.