(isearch-forward): Document isearch-query-replace and

isearch-query-replace-regexp keybindings.
This commit is contained in:
Dan Nicolaescu 2005-02-19 20:52:47 +00:00
parent fa64fa22bd
commit ac010fca51
2 changed files with 10 additions and 0 deletions

View 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.

View 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.