# HG changeset patch # User Richard M. Stallman # Date 1137693042 0 # Node ID 627ba9ac2b0fe4154beab1345f0b1600cbf2e242 # Parent 45d76080268962085d0f004f0bc37a2999d59147 (isearch-forward): Doc fix. diff -r 45d760802689 -r 627ba9ac2b0f lisp/isearch.el --- a/lisp/isearch.el Thu Jan 19 17:50:15 2006 +0000 +++ b/lisp/isearch.el Thu Jan 19 17:50:42 2006 +0000 @@ -521,8 +521,8 @@ Type LFD (C-j) to match end of line. Type \\[isearch-repeat-forward] to search again forward,\ \\[isearch-repeat-backward] to search again backward. -Type \\[isearch-yank-word-or-char] to yank word from buffer onto end of search\ - string and search for it. +Type \\[isearch-yank-word-or-char] to yank next word or character in buffer + onto the end of the search string, and search for it. Type \\[isearch-del-char] to delete character from end of search string. Type \\[isearch-yank-char] to yank char from buffer onto end of search\ string and search for it.