Function: bs--get-size-string
bs--get-size-string is a byte-compiled function defined in bs.el.gz.
Signature
(bs--get-size-string START-BUFFER ALL-BUFFERS)
Documentation
Return a string which describes the size of current buffer.
START-BUFFER is the buffer where we started buffer selection. ALL-BUFFERS is the list of buffers appearing in Buffer Selection Menu.
Source Code
;; Defined in /usr/src/emacs/lisp/bs.el.gz
(defun bs--get-size-string (_start-buffer _all-buffers)
"Return a string which describes the size of current buffer.
START-BUFFER is the buffer where we started buffer selection.
ALL-BUFFERS is the list of buffers appearing in Buffer Selection Menu."
(int-to-string (buffer-size)))