Variable: auto-revert-buffer-in-progress

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

Value

nil

Documentation

Non-nil if a auto-revert-buffer operation is in progress, nil otherwise.

View in manual

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
;; Internal variables:

;;;###autoload
(defvar auto-revert-buffer-in-progress nil "\
Non-nil if a `auto-revert-buffer' operation is in progress, nil otherwise.")