changeset 60173:6e0cd1315a6f

(isearch-forward): Document isearch-query-replace and isearch-query-replace-regexp keybindings.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 19 Feb 2005 20:52:47 +0000
parents 970f14567419
children 85f04f438e03
files lisp/ChangeLog lisp/isearch.el
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Feb 19 20:28:04 2005 +0000
+++ b/lisp/ChangeLog	Sat Feb 19 20:52:47 2005 +0000
@@ -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.
--- a/lisp/isearch.el	Sat Feb 19 20:28:04 2005 +0000
+++ b/lisp/isearch.el	Sat Feb 19 20:52:47 2005 +0000
@@ -537,6 +537,11 @@
 \\[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.