summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2005-02-19 20:52:47 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2005-02-19 20:52:47 +0000
commitac010fca5192aeb71130912c40779285f13c73e7 (patch)
treeb7e58040c835e3f9c8dec85765bc239a535022e7 /lisp/isearch.el
parentfa64fa22bd6b9a6ed350ba45e258b9e80380f95a (diff)
downloademacs-ac010fca5192aeb71130912c40779285f13c73e7.tar.gz
(isearch-forward): Document isearch-query-replace and
isearch-query-replace-regexp keybindings.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index bc8e1533351..77208c42ee4 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -537,6 +537,11 @@ Type \\[isearch-quote-char] to quote control character to search for it.
\\[isearch-abort] when search is successful aborts and moves point to\
starting point.
+Type \\[isearch-query-replace] to start `query-replace' with string to\
+replace from last search string.
+Type \\[isearch-query-replace-regexp] to start `query-replace-regexp'\
+with string to replace from last search string..
+
Type \\[isearch-toggle-case-fold] to toggle search case-sensitivity.
Type \\[isearch-toggle-regexp] to toggle regular-expression mode.
Type \\[isearch-edit-string] to edit the search string in the minibuffer.