diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-01-19 17:50:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-01-19 17:50:42 +0000 |
commit | 0ae859606e998b744c199394dbbe59f58507dd96 (patch) | |
tree | dbd29cfc7eac3f6ec21dd166fef617a08048eea9 /lisp/isearch.el | |
parent | 5afea280d31037de0a33aa203f548873b8f5fb17 (diff) | |
download | emacs-0ae859606e998b744c199394dbbe59f58507dd96.tar.gz |
(isearch-forward): Doc fix.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 846d749f2f0..5ca73c8259b 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -521,8 +521,8 @@ Type \\[isearch-exit] to exit, leaving point at location found. 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. |