Variable: auto-revert-notify-modified-p
auto-revert-notify-modified-p is a buffer-local variable defined in
autorevert.el.gz.
Documentation
Non-nil when file has been modified on the file system.
This has been reported by a file notification event.
Source Code
;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
(defvar-local auto-revert-notify-modified-p nil
"Non-nil when file has been modified on the file system.
This has been reported by a file notification event.")