diff options
| author | Dan Nicolaescu | 2005-02-19 20:52:47 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2005-02-19 20:52:47 +0000 |
| commit | ac010fca5192aeb71130912c40779285f13c73e7 (patch) | |
| tree | b7e58040c835e3f9c8dec85765bc239a535022e7 | |
| parent | fa64fa22bd6b9a6ed350ba45e258b9e80380f95a (diff) | |
| download | emacs-ac010fca5192aeb71130912c40779285f13c73e7.tar.gz emacs-ac010fca5192aeb71130912c40779285f13c73e7.zip | |
(isearch-forward): Document isearch-query-replace and
isearch-query-replace-regexp keybindings.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/isearch.el | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97f9f20c79a..547ccce9292 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * isearch.el (isearch-forward): Document isearch-query-replace and | ||
| 4 | isearch-query-replace-regexp keybindings. | ||
| 5 | |||
| 1 | 2005-02-19 Jay Belanger <belanger@truman.edu> | 6 | 2005-02-19 Jay Belanger <belanger@truman.edu> |
| 2 | 7 | ||
| 3 | * calc/calc-aent.el (math-read-token): Add local variable. | 8 | * 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. | |||
| 537 | \\[isearch-abort] when search is successful aborts and moves point to\ | 537 | \\[isearch-abort] when search is successful aborts and moves point to\ |
| 538 | starting point. | 538 | starting point. |
| 539 | 539 | ||
| 540 | Type \\[isearch-query-replace] to start `query-replace' with string to\ | ||
| 541 | replace from last search string. | ||
| 542 | Type \\[isearch-query-replace-regexp] to start `query-replace-regexp'\ | ||
| 543 | with string to replace from last search string.. | ||
| 544 | |||
| 540 | Type \\[isearch-toggle-case-fold] to toggle search case-sensitivity. | 545 | Type \\[isearch-toggle-case-fold] to toggle search case-sensitivity. |
| 541 | Type \\[isearch-toggle-regexp] to toggle regular-expression mode. | 546 | Type \\[isearch-toggle-regexp] to toggle regular-expression mode. |
| 542 | Type \\[isearch-edit-string] to edit the search string in the minibuffer. | 547 | Type \\[isearch-edit-string] to edit the search string in the minibuffer. |