aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2004-10-27 10:59:20 +0000
committerRichard M. Stallman2004-10-27 10:59:20 +0000
commita9f2a45f70a46764b7cee17df830a39b88b693ed (patch)
tree96b03e843d6d6514612c8ad651d21fb2446a1858 /src
parent2965dff97966011811df1358102ecf840b738619 (diff)
downloademacs-a9f2a45f70a46764b7cee17df830a39b88b693ed.tar.gz
emacs-a9f2a45f70a46764b7cee17df830a39b88b693ed.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/search.c2
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