Variable: vc-auto-revert-mode
vc-auto-revert-mode is a customizable variable defined in
vc-hooks.el.gz.
Value
nil
Documentation
Non-nil if Vc-Auto-Revert mode is enabled.
See the vc-auto-revert-mode(var)/vc-auto-revert-mode(fun) command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function vc-auto-revert-mode(var)/vc-auto-revert-mode(fun).
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-hooks.el.gz
(define-globalized-minor-mode vc-auto-revert-mode auto-revert-mode
vc-turn-on-auto-revert-mode-for-tracked-files
:group 'vc
:version "31.1")