Variable: temp-buffer-show-hook

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

Value

(hkey-help-show
 completion-list-mode-finish
 help-mode-finish)

Documentation

Normal hook run by with-output-to-temp-buffer after displaying the buffer.

When the hook runs, the temporary buffer is current, and the window it was displayed in is selected.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar temp-buffer-show-hook nil
  "Normal hook run by `with-output-to-temp-buffer' after displaying the buffer.
When the hook runs, the temporary buffer is current, and the window it
was displayed in is selected.")