diff options
Diffstat (limited to 'lisp/isearch.el')
| -rw-r--r-- | lisp/isearch.el | 5 |
1 files changed, 5 insertions, 0 deletions
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. |