emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ef3fed1a489: ; Fix last changes in buffer-menu.el and NEWS


From: Mattias Engdegård
Subject: master ef3fed1a489: ; Fix last changes in buffer-menu.el and NEWS
Date: Wed, 7 Feb 2024 09:00:35 -0500 (EST)

branch: master
commit ef3fed1a4898c3e3d6012ba01006d827a4aba0ef
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; 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.
---
 etc/NEWS          | 2 +-
 lisp/buff-menu.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index ee7462cb2aa..960ad2b95ac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1304,7 +1304,7 @@ This allows for rcirc logs to use a custom timestamp 
format, than the
 chat buffers use by default.
 
 ---
-*** 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'
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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]