Function: isearch-help-for-help

isearch-help-for-help is an interactive and byte-compiled function defined in isearch.el.gz.

Signature

(isearch-help-for-help)

Documentation

Display Isearch help menu.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/isearch.el.gz
(defun isearch-help-for-help ()
  "Display Isearch help menu."
  (interactive)
  (let ((display-buffer-overriding-action isearch--display-help-action))
    (isearch-help-for-help-internal))
  (isearch-update))