mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(isearch-forward): Add isearch-toggle-case-fold,
isearch-toggle-regexp and isearch-edit-string to doc string.
This commit is contained in:
parent
b78ee0e479
commit
6c551d4e1f
@ -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\
|
\\[isearch-abort] when search is successful aborts and moves point to\
|
||||||
starting point.
|
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.
|
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-advance] to search for the next item in the search ring.
|
||||||
Type \\[isearch-ring-retreat] to search for the previous item in the search\
|
Type \\[isearch-ring-retreat] to search for the previous item in the search\
|
||||||
|
Loading…
Reference in New Issue
Block a user