changeset 1413:527af9fa8676

Comment fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 Oct 1992 05:07:42 +0000
parents 6097878fbd46
children 2ba9b06d4247
files src/search.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Wed Oct 14 23:12:09 1992 +0000
+++ b/src/search.c	Thu Oct 15 05:07:42 1992 +0000
@@ -251,7 +251,8 @@
    If COUNT is negative, search backwards.
 
    If we find COUNT instances, set *SHORTAGE to zero, and return the
-   position of the COUNTth character.
+   position after 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 the end of the
    buffer (or the beginning, if scanning backwards), set *SHORTAGE to