* etc/NEWS: Remove superfluous mention of key binding.
* lisp/buff-menu.el (Buffer-menu--selection-message): Go back to
previous wording. It's not about what is hidden but what is shown;
the message is displayed in response to different actions.
(cherry picked from commit
ef3fed1a4898c3e3d6012ba01006d827a4aba0ef)
"SAMPLE", which retains compatibility with Emacs 29.
---
-*** New command 'Buffer-menu-toggle-internal', locally bound to 'I'.
+*** New command 'Buffer-menu-toggle-internal'.
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. This command is bound to 'I'
(defun Buffer-menu--selection-message ()
(message (cond (Buffer-menu-files-only "Showing only file-visiting buffers.")
(Buffer-menu-show-internal "Showing all buffers.")
- (t "Hiding internal buffers."))))
+ (t "Showing all non-internal buffers."))))
(defun Buffer-menu-toggle-files-only (arg)
"Toggle whether the current `buffer-menu' displays only file buffers.