Function: Man--window-state-change

Man--window-state-change is a byte-compiled function defined in man.el.gz.

Signature

(Man--window-state-change WINDOW)

Source Code

;; Defined in /usr/src/emacs/lisp/man.el.gz
(defun Man--window-state-change (window)
  (unless (integerp Man-width)
    (when (timerp Man--window-state-change-timer)
      (cancel-timer Man--window-state-change-timer))
    (setq Man--window-state-change-timer
          (run-with-idle-timer 1 nil #'Man-fit-to-window window))))