diff options
Diffstat (limited to 'src')
| -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 ffe0ea5e0d9..fc8c666cec4 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3771,11 +3771,11 @@ Each function is called with two arguments; POS and LIMIT. | |||
| 3771 | POS and LIMIT are character positions in the current buffer. | 3771 | POS and LIMIT are character positions in the current buffer. |
| 3772 | 3772 | ||
| 3773 | If POS is less than LIMIT, POS is at the first character of a word, | 3773 | If POS is less than LIMIT, POS is at the first character of a word, |
| 3774 | and the return value of a function is a position after the last | 3774 | and the return value of a function should be a position after the |
| 3775 | character of that word. | 3775 | last character of that word. |
| 3776 | 3776 | ||
| 3777 | If POS is not less than LIMIT, POS is at the last character of a word, | 3777 | If POS is not less than LIMIT, POS is at the last character of a word, |
| 3778 | and the return value of a function is a position at the first | 3778 | and the return value of a function should be a position at the first |
| 3779 | character of that word. | 3779 | character of that word. |
| 3780 | 3780 | ||
| 3781 | In both cases, LIMIT bounds the search. */); | 3781 | In both cases, LIMIT bounds the search. */); |