aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el
diff options
context:
space:
mode:
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 bc8e153335..77208c42ee 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.