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 db5a99d4cdf..8b5cc1df407 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3695,11 +3695,11 @@ Each function is called with two arguments; POS and LIMIT. | |||
| 3695 | POS and LIMIT are character positions in the current buffer. | 3695 | POS and LIMIT are character positions in the current buffer. |
| 3696 | 3696 | ||
| 3697 | If POS is less than LIMIT, POS is at the first character of a word, | 3697 | If POS is less than LIMIT, POS is at the first character of a word, |
| 3698 | and the return value of a function is a position after the last | 3698 | and the return value of a function should be a position after the |
| 3699 | character of that word. | 3699 | last character of that word. |
| 3700 | 3700 | ||
| 3701 | If POS is not less than LIMIT, POS is at the last character of a word, | 3701 | If POS is not less than LIMIT, POS is at the last character of a word, |
| 3702 | and the return value of a function is a position at the first | 3702 | and the return value of a function should be a position at the first |
| 3703 | character of that word. | 3703 | character of that word. |
| 3704 | 3704 | ||
| 3705 | In both cases, LIMIT bounds the search. */); | 3705 | In both cases, LIMIT bounds the search. */); |