diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-04-06 18:27:43 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-04-06 18:27:43 +0000 |
commit | 75a07f2c48c8af8cd7845743aaac1e3bfffc411b (patch) | |
tree | eebd30b885a38fb3b76add5bea0e0e7b3d0b0575 /lisp/isearch.el | |
parent | dd94f197c7e613180b8b0e852964cb04d118f250 (diff) | |
download | emacs-75a07f2c48c8af8cd7845743aaac1e3bfffc411b.tar.gz |
(isearch-forward): Revert 1998-08-26 doc change.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 2f17af43c14..f5a063200f1 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -531,8 +531,7 @@ Type \\[isearch-yank-char] to yank char from buffer onto end of search\ string and search for it. Type \\[isearch-yank-line] to yank rest of line onto end of search string\ and search for it. -Type \\[isearch-yank-kill] to yank last killed text onto end of search string\ - and search for it. +Type \\[isearch-yank-kill] to yank the last string of killed text. Type \\[isearch-quote-char] to quote control character to search for it. \\[isearch-abort] while searching or when search has failed cancels input\ back to what has |