diff options
| author | Richard M. Stallman | 1992-10-15 05:07:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-10-15 05:07:42 +0000 |
| commit | 5bfe95c936ee7b3ceb823aad44157034c56e9a6c (patch) | |
| tree | 4fa3d1008d646308b5333143b6ff4d1dc2bd792a /src | |
| parent | e0b634930e6e2876a8f4d2449084ee477cc93a51 (diff) | |
| download | emacs-5bfe95c936ee7b3ceb823aad44157034c56e9a6c.tar.gz emacs-5bfe95c936ee7b3ceb823aad44157034c56e9a6c.zip | |
Comment fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 3 |
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 |