diff options
| author | Eli Zaretskii | 2001-01-19 17:13:17 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-19 17:13:17 +0000 |
| commit | 6c551d4e1fa32605ecadd773666e35a9cb773e01 (patch) | |
| tree | ca16d8fb2f6b8437da38f88cb5749c849285f213 | |
| parent | b78ee0e479f220bcb5ad4ad5f8851a9a9301e85d (diff) | |
| download | emacs-6c551d4e1fa32605ecadd773666e35a9cb773e01.tar.gz emacs-6c551d4e1fa32605ecadd773666e35a9cb773e01.zip | |
(isearch-forward): Add isearch-toggle-case-fold,
isearch-toggle-regexp and isearch-edit-string to doc string.
| -rw-r--r-- | lisp/isearch.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index fbc62e87398..e1903367bae 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -447,6 +447,10 @@ Type \\[isearch-quote-char] to quote control character to search for it. | |||
| 447 | \\[isearch-abort] when search is successful aborts and moves point to\ | 447 | \\[isearch-abort] when search is successful aborts and moves point to\ |
| 448 | starting point. | 448 | starting point. |
| 449 | 449 | ||
| 450 | Type \\[isearch-toggle-case-fold] to toggle search case-sensitivity. | ||
| 451 | Type \\[isearch-toggle-regexp] to toggle regular-expression mode. | ||
| 452 | Type \\[isearch-edit-string] to edit the search string in the minibuffer. | ||
| 453 | |||
| 450 | Also supported is a search ring of the previous 16 search strings. | 454 | Also supported is a search ring of the previous 16 search strings. |
| 451 | Type \\[isearch-ring-advance] to search for the next item in the search ring. | 455 | Type \\[isearch-ring-advance] to search for the next item in the search ring. |
| 452 | Type \\[isearch-ring-retreat] to search for the previous item in the search\ | 456 | Type \\[isearch-ring-retreat] to search for the previous item in the search\ |