Variable: auto-revert--buffer-by-watch-descriptor
auto-revert--buffer-by-watch-descriptor is a variable defined in
autorevert.el.gz.
Value
nil
Documentation
An association list mapping notification descriptors to buffers.
The buffer uses that descriptor for auto-revert notifications.
The key is equal to auto-revert-notify-watch-descriptor in each
buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
(defvar auto-revert--buffer-by-watch-descriptor nil
"An association list mapping notification descriptors to buffers.
The buffer uses that descriptor for auto-revert notifications.
The key is equal to `auto-revert-notify-watch-descriptor' in each
buffer.")