Variable: auto-revert-tail-mode-text

auto-revert-tail-mode-text is a customizable variable defined in autorevert.el.gz.

Value

" Tail"

Documentation

String to display in the mode line when Auto-Revert Tail Mode is active.

(When the string is not empty, make sure that it has a leading space.)

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/autorevert.el.gz
(defcustom auto-revert-tail-mode-text " Tail"
  "String to display in the mode line when Auto-Revert Tail Mode is active.

\(When the string is not empty, make sure that it has a leading space.)"
  :group 'auto-revert
  :type 'string
  :version "22.1")