diff options
Diffstat (limited to 'src/syntax.c')
-rw-r--r-- | src/syntax.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/syntax.c b/src/syntax.c index 8e14bf3fb1d..fdcfdfc62a9 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -3701,11 +3701,11 @@ Each function is called with two arguments; POS and LIMIT. POS and LIMIT are character positions in the current buffer. If POS is less than LIMIT, POS is at the first character of a word, -and the return value of a function should be a position after the -last character of that word. +and the return value of a function is a position after the last +character of that word. If POS is not less than LIMIT, POS is at the last character of a word, -and the return value of a function should be a position at the first +and the return value of a function is a position at the first character of that word. In both cases, LIMIT bounds the search. */); |