diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-10-08 17:04:58 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-10-08 17:04:58 +0000 |
commit | 0b4fe585ef776f2b6172d0404fb0c2984fbf4b3d (patch) | |
tree | fe7bb13e7d05aae0fbe78823019df67276465332 /man | |
parent | a1883913f882a8a6e32bd08bfd8e6f4754b348db (diff) | |
download | emacs-0b4fe585ef776f2b6172d0404fb0c2984fbf4b3d.tar.gz |
Update the documentation of C-y in the case that point is already at the
end of a line.
Diffstat (limited to 'man')
-rw-r--r-- | man/search.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/search.texi b/man/search.texi index 2a5d28a3985..0f5e871630e 100644 --- a/man/search.texi +++ b/man/search.texi @@ -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 |