Variable: follow-mode-line-text
follow-mode-line-text is a customizable variable defined in
follow.el.gz.
Value
" Follow"
Documentation
Text shown in the mode line when Follow mode is active.
Defaults to " Follow". Examples of other values are " Fw", or simply "".
Source Code
;; Defined in /usr/src/emacs/lisp/follow.el.gz
(defcustom follow-mode-line-text " Follow"
"Text shown in the mode line when Follow mode is active.
Defaults to \" Follow\". Examples of other values
are \" Fw\", or simply \"\"."
:type 'string
:group 'follow)