Variable: auto-revert-remote-files
auto-revert-remote-files is a customizable variable defined in
autorevert.el.gz.
Value
nil
Documentation
If non-nil remote files are also reverted.
This variable was added, or its default value changed, in Emacs 24.4.
Probably introduced at or before Emacs version 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
(defcustom auto-revert-remote-files nil
"If non-nil remote files are also reverted."
:group 'auto-revert
:type 'boolean
:version "24.4")