Variable: msb-display-invisible-buffers-p
msb-display-invisible-buffers-p is a customizable variable defined in
msb.el.gz.
Value
nil
Documentation
Show invisible buffers or not.
Non-nil means that the buffer menu should include buffers that have names that starts with a space character.
Source Code
;; Defined in /usr/src/emacs/lisp/msb.el.gz
(defcustom msb-display-invisible-buffers-p nil
"Show invisible buffers or not.
Non-nil means that the buffer menu should include buffers that have
names that starts with a space character."
:type 'boolean
:set #'msb-custom-set)