# HG changeset patch # User Eli Zaretskii # Date 979924397 0 # Node ID 1269a53f8f5f6c801e9bf490e47bdfab0eb3eb27 # Parent 3299197bb41fa6e01f895cf3626ace3444f5410f (isearch-forward): Add isearch-toggle-case-fold, isearch-toggle-regexp and isearch-edit-string to doc string. diff -r 3299197bb41f -r 1269a53f8f5f lisp/isearch.el --- a/lisp/isearch.el Fri Jan 19 17:00:02 2001 +0000 +++ b/lisp/isearch.el Fri Jan 19 17:13:17 2001 +0000 @@ -447,6 +447,10 @@ \\[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\