From: Dan Nicolaescu Date: Sat, 19 Feb 2005 20:52:47 +0000 (+0000) Subject: (isearch-forward): Document isearch-query-replace and X-Git-Tag: ttn-vms-21-2-B4~2188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac010fca5192aeb71130912c40779285f13c73e7;p=emacs.git (isearch-forward): Document isearch-query-replace and isearch-query-replace-regexp keybindings. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97f9f20c79a..547ccce9292 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-02-19 Dan Nicolaescu + + * isearch.el (isearch-forward): Document isearch-query-replace and + isearch-query-replace-regexp keybindings. + 2005-02-19 Jay Belanger * calc/calc-aent.el (math-read-token): Add local variable. 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.