Function: isearch-help-for-help-internal

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

Signature

(isearch-help-for-help-internal)

Documentation

Help command.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/isearch.el.gz
(make-help-screen isearch-help-for-help-internal
  (purecopy "Type a help option: [bkm] or ?")
  "You have typed %THIS-KEY%, the help character.  Type a Help option:
\(Type \\<isearch-help-map>\\[help-quit] to exit the Help command.)

\\[isearch-describe-bindings]           Display all Isearch key bindings.
\\[isearch-describe-key] KEYS      Display full documentation of Isearch key sequence.
\\[isearch-describe-mode]           Display documentation of Isearch mode.

You can't type here other help keys available in the global help map,
but outside of this help window when you type them in Isearch mode,
they exit Isearch mode before displaying global help."
  isearch-help-map)