Variable: auto-revert-mode
auto-revert-mode is a buffer-local variable defined in
autorevert.el.gz.
Documentation
Non-nil if Auto-Revert mode is enabled.
Use the command auto-revert-mode(var)/auto-revert-mode(fun) to change this variable.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
;; Variables:
;; These two variables are defined here in addition to within the
;; `define-minor-mode' forms below because the modes are mutually
;; self-referential.
(defvar-local auto-revert-mode nil
"Non-nil when Auto-Revert Mode is active.
Never set this variable directly, use the command `auto-revert-mode' instead.")