Variable: Buffer-menu-human-readable-sizes
Buffer-menu-human-readable-sizes is a customizable variable defined in
buff-menu.el.gz.
Value
nil
Documentation
If non-nil, show buffer sizes in human-readable format.
That means to use file-size-human-readable (which see) to format the
buffer sizes in the buffer size column.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/buff-menu.el.gz
(defcustom Buffer-menu-human-readable-sizes nil
"If non-nil, show buffer sizes in human-readable format.
That means to use `file-size-human-readable' (which see) to format the
buffer sizes in the buffer size column."
:type 'boolean
:group 'Buffer-menu
:version "31.1")