Variable: size-indication-mode
size-indication-mode is a customizable variable defined in
simple.el.gz.
Value
nil
Documentation
Non-nil if Size-Indication mode is enabled.
See the size-indication-mode(var)/size-indication-mode(fun) command
for a description of this minor mode.
Probably introduced at or before Emacs version 22.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(define-minor-mode size-indication-mode
"Toggle buffer size display in the mode line (Size Indication mode)."
:global t :group 'mode-line)