diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-10-27 10:59:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-10-27 10:59:20 +0000 |
commit | a9f2a45f70a46764b7cee17df830a39b88b693ed (patch) | |
tree | 96b03e843d6d6514612c8ad651d21fb2446a1858 | |
parent | 2965dff97966011811df1358102ecf840b738619 (diff) | |
download | emacs-a9f2a45f70a46764b7cee17df830a39b88b693ed.tar.gz emacs-a9f2a45f70a46764b7cee17df830a39b88b693ed.tar.bz2 emacs-a9f2a45f70a46764b7cee17df830a39b88b693ed.zip |
Comment change.
-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) direction indicated by COUNT. If we find COUNT instances, set *SHORTAGE to zero, and return the - position after the COUNTth match. Note that for reverse motion + position past the COUNTth match. Note that for reverse motion this is not the same as the usual convention for Emacs motion commands. If we don't find COUNT instances before reaching END, set *SHORTAGE |