aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/isearch.el4
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
450Type \\[isearch-toggle-case-fold] to toggle search case-sensitivity.
451Type \\[isearch-toggle-regexp] to toggle regular-expression mode.
452Type \\[isearch-edit-string] to edit the search string in the minibuffer.
453
450Also supported is a search ring of the previous 16 search strings. 454Also supported is a search ring of the previous 16 search strings.
451Type \\[isearch-ring-advance] to search for the next item in the search ring. 455Type \\[isearch-ring-advance] to search for the next item in the search ring.
452Type \\[isearch-ring-retreat] to search for the previous item in the search\ 456Type \\[isearch-ring-retreat] to search for the previous item in the search\