Variable: temp-buffer-setup-hook

temp-buffer-setup-hook is a variable defined in subr.el.gz.

Value

(help-mode-setup)

Documentation

Normal hook run by with-output-to-temp-buffer at the start.

When the hook runs, the temporary buffer is current. This hook is normally set up with a function to put the buffer in Help mode.

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar temp-buffer-setup-hook nil
  "Normal hook run by `with-output-to-temp-buffer' at the start.
When the hook runs, the temporary buffer is current.
This hook is normally set up with a function to put the buffer in Help
mode.")