diff options
| author | Richard M. Stallman | 2004-10-27 10:59:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-10-27 10:59:20 +0000 |
| commit | a9f2a45f70a46764b7cee17df830a39b88b693ed (patch) | |
| tree | 96b03e843d6d6514612c8ad651d21fb2446a1858 /src | |
| parent | 2965dff97966011811df1358102ecf840b738619 (diff) | |
| download | emacs-a9f2a45f70a46764b7cee17df830a39b88b693ed.tar.gz emacs-a9f2a45f70a46764b7cee17df830a39b88b693ed.zip | |
Comment change.
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 |