Variable: auto-revert-buffer-list

auto-revert-buffer-list is a variable defined in autorevert.el.gz.

Value

nil

Documentation

List of buffers in Auto-Revert Mode.

Note that only Auto-Revert Mode, never Global Auto-Revert Mode, adds buffers to this list.

The timer function auto-revert-buffers is responsible for purging the list of old buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
(defvar auto-revert-buffer-list ()
  "List of buffers in Auto-Revert Mode.

Note that only Auto-Revert Mode, never Global Auto-Revert Mode, adds
buffers to this list.

The timer function `auto-revert-buffers' is responsible for purging
the list of old buffers.")