]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-forward): Document isearch-query-replace and
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 19 Feb 2005 20:52:47 +0000 (20:52 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 19 Feb 2005 20:52:47 +0000 (20:52 +0000)
isearch-query-replace-regexp keybindings.

lisp/ChangeLog
lisp/isearch.el

index 97f9f20c79abc9da65f7ba31feff394d38cf39cd..547ccce92929a4a8770b0f9b11ea39cc5f8b8a9d 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * isearch.el (isearch-forward): Document isearch-query-replace and
+       isearch-query-replace-regexp keybindings.
+       
 2005-02-19  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-aent.el (math-read-token): Add local variable.
index bc8e1533351800e9bc2dd29ae410f34cf8ae6aa3..77208c42ee49e57a5f8b086b2931bf81298f7f2a 100644 (file)
@@ -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.