*** New command 'Buffer-menu-toggle-internal', locally bound to 'I'.
This command toggles the display of internal buffers in Buffer Menu mode;
that is, buffers not visiting a file and whose names start with a space.
-Previously, such buffers were never shown.
+Previously, such buffers were never shown. This command is bound to 'I'
+in Buffer menu mode.
** Customize
(defun Buffer-menu--selection-message ()
(message (cond (Buffer-menu-files-only "Showing only file-visiting buffers.")
(Buffer-menu-show-internal "Showing all buffers.")
- (t "Showing all non-internal buffers."))))
+ (t "Hiding internal buffers."))))
(defun Buffer-menu-toggle-files-only (arg)
"Toggle whether the current `buffer-menu' displays only file buffers.
(defun Buffer-menu-toggle-internal (arg)
"Toggle whether the current `buffer-menu' displays internal buffers.
-With a positive ARG, display non-internal buffers only. With zero or
+With a positive ARG, don't show internal buffers. With zero or
negative ARG, display internal buffers as well."
(interactive "P" Buffer-menu-mode)
(setq Buffer-menu-show-internal