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.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
;; Variables:

(defvar auto-revert-mode nil
  "Non-nil when Auto-Revert Mode is active.
Never set this variable directly, use the command `auto-revert-mode' instead.")