Function: help-quit

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

Signature

(help-quit)

Documentation

Just exit from the Help command's command loop.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/help.el.gz
(defun help-quit ()
  "Just exit from the Help command's command loop."
  (interactive)
  nil)