Variable: auto-revert-mode-hook

auto-revert-mode-hook is a customizable variable defined in autorevert.el.gz.

Value

(auto-revert-mode--set-explicitly(var)/auto-revert-mode--set-explicitly(fun))

Documentation

Functions to run when Auto-Revert Mode is activated.

Source Code

;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
(defcustom auto-revert-mode-hook nil
  "Functions to run when Auto-Revert Mode is activated."
  :tag "Auto-Revert Mode Hook"		; To separate it from `global-...'
  :group 'auto-revert
  :type 'hook)