]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-forward): Add isearch-toggle-case-fold,
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Jan 2001 17:13:17 +0000 (17:13 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Jan 2001 17:13:17 +0000 (17:13 +0000)
isearch-toggle-regexp and isearch-edit-string to doc string.

lisp/isearch.el

index fbc62e873982aeced835ba4d9117f30ed712777f..e1903367baedc22ea4c1f9af83b6bf86d4284655 100644 (file)
@@ -447,6 +447,10 @@ 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-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.
+
 Also supported is a search ring of the previous 16 search strings.
 Type \\[isearch-ring-advance] to search for the next item in the search ring.
 Type \\[isearch-ring-retreat] to search for the previous item in the search\