Variable: temp-buffer-window-show-hook

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

Value

nil

Documentation

Normal hook run by with-temp-buffer-window after buffer display.

This hook is run by with-temp-buffer-window with the buffer displayed and current and its window selected.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/window.el.gz
(defvar temp-buffer-window-show-hook nil
  "Normal hook run by `with-temp-buffer-window' after buffer display.
This hook is run by `with-temp-buffer-window' with the buffer
displayed and current and its window selected.")