diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2024-02-07 14:35:44 +0100 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2024-02-07 14:51:40 +0100 |
commit | ef3fed1a4898c3e3d6012ba01006d827a4aba0ef (patch) | |
tree | 8afc2603e6f0e2a3e9d937a157054ef5dee19aab /lisp | |
parent | d03f3a827d80e2a0962128216223bab21998cf0a (diff) | |
download | emacs-ef3fed1a4898c3e3d6012ba01006d827a4aba0ef.tar.gz emacs-ef3fed1a4898c3e3d6012ba01006d827a4aba0ef.tar.bz2 emacs-ef3fed1a4898c3e3d6012ba01006d827a4aba0ef.zip |
; Fix last changes in buffer-menu.el and NEWS
* 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.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/buff-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 29ca3b41f0c..be62fc51e4c 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -329,7 +329,7 @@ ARG, show only buffers that are visiting files." (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. |