aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-10-15 05:07:42 +0000
committerRichard M. Stallman1992-10-15 05:07:42 +0000
commit5bfe95c936ee7b3ceb823aad44157034c56e9a6c (patch)
tree4fa3d1008d646308b5333143b6ff4d1dc2bd792a
parente0b634930e6e2876a8f4d2449084ee477cc93a51 (diff)
downloademacs-5bfe95c936ee7b3ceb823aad44157034c56e9a6c.tar.gz
emacs-5bfe95c936ee7b3ceb823aad44157034c56e9a6c.zip
Comment fix.
-rw-r--r--src/search.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index 83ddaeba143..22e3329551f 100644
--- a/src/search.c
+++ b/src/search.c
@@ -251,7 +251,8 @@ fast_string_match (regexp, string)
251 If COUNT is negative, search backwards. 251 If COUNT is negative, search backwards.
252 252
253 If we find COUNT instances, set *SHORTAGE to zero, and return the 253 If we find COUNT instances, set *SHORTAGE to zero, and return the
254 position of the COUNTth character. 254 position after the COUNTth match. Note that for reverse motion
255 this is not the same as the usual convention for Emacs motion commands.
255 256
256 If we don't find COUNT instances before reaching the end of the 257 If we don't find COUNT instances before reaching the end of the
257 buffer (or the beginning, if scanning backwards), set *SHORTAGE to 258 buffer (or the beginning, if scanning backwards), set *SHORTAGE to