]> code.delx.au - gnu-emacs/commitdiff
Update the documentation of C-y in the case that point is already at the
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Oct 2004 17:04:58 +0000 (17:04 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Oct 2004 17:04:58 +0000 (17:04 +0000)
end of a line.

man/search.texi

index 2a5d28a39856e932d60441586b24581f3fa49712..0f5e871630e8d33607426b88ee87378ace0a7414 100644 (file)
@@ -193,9 +193,11 @@ repeat the search will then search for a string including that
 character or word.
 
   @kbd{C-y} is similar to @kbd{C-w} but copies all the rest of the
-current line into the search string.  Both @kbd{C-y} and @kbd{C-w}
-convert the text they copy to lower case if the search is currently
-not case-sensitive; this is so the search remains case-insensitive.
+current line into the search string.  If point is already at the end
+of a line, it grabs the entire next line.  Both @kbd{C-y} and
+@kbd{C-w} convert the text they copy to lower case if the search is
+currently not case-sensitive; this is so the search remains
+case-insensitive.
 
   @kbd{C-M-w} and @kbd{C-M-y} modify the search string by only one
 character at a time: @kbd{C-M-w} deletes the last character from the