Function: apropos--set-window

apropos--set-window is a byte-compiled function defined in apropos.el.gz.

Signature

(apropos--set-window)

Documentation

Associate the *Apropos* buffer with its selected window.

Intended for temp-buffer-show-hook.

Source Code

;; Defined in /usr/src/emacs/lisp/apropos.el.gz
(defun apropos--set-window ()
  "Associate the `*Apropos*' buffer with its selected window.
Intended for `temp-buffer-show-hook'."
  (setq apropos--window (selected-window)))