diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index f7bee1b8683..1742cfb08c2 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -554,7 +554,7 @@ newline_cache_on_off (buf) | |||
| 554 | direction indicated by COUNT. | 554 | direction indicated by COUNT. |
| 555 | 555 | ||
| 556 | If we find COUNT instances, set *SHORTAGE to zero, and return the | 556 | If we find COUNT instances, set *SHORTAGE to zero, and return the |
| 557 | position after the COUNTth match. Note that for reverse motion | 557 | position past the COUNTth match. Note that for reverse motion |
| 558 | this is not the same as the usual convention for Emacs motion commands. | 558 | this is not the same as the usual convention for Emacs motion commands. |
| 559 | 559 | ||
| 560 | If we don't find COUNT instances before reaching END, set *SHORTAGE | 560 | If we don't find COUNT instances before reaching END, set *SHORTAGE |