emacs-diffs
[Top][All Lists]
Advanced

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

master e2d796f: Fix last change


From: Eli Zaretskii
Subject: master e2d796f: Fix last change
Date: Thu, 25 Jun 2020 15:29:26 -0400 (EDT)

branch: master
commit e2d796f374c23c9f7c09d9f8208584a546b92540
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix last change
    
    * lisp/menu-bar.el (menu-bar-describe-menu): Improve the wording
    and the help-echo of the new list-recent-keystrokes Help menu
    item.  (Bug#41933)
    
    * etc/NEWS: Call out the new menu item.
---
 etc/NEWS         | 5 +++++
 lisp/menu-bar.el | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index aa344bd..25832f3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -206,6 +206,11 @@ this user option.
 *** New command 'describe-keymap' describes keybindings in a keymap.
 
 ---
+*** The command 'view-lossage' can now be invoked from the menu bar.
+The menu-bar Help menu now has a "Show Recent Inputs" item under the
+"Describe" sub-menu.
+
+---
 ** The old non-SMIE indentation of 'sh-mode' has been removed.
 
 ---
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 30a35b0..bc094c9 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1816,8 +1816,9 @@ mail status in mode line"))
       '(menu-item "List Key Bindings" describe-bindings
                   :help "Display all current key bindings (keyboard 
shortcuts)"))
     (bindings--define-key menu [list-recent-keystrokes]
-      '(menu-item "Show Recent Keys" view-lossage
-                  :help "Display last few input keystrokes and the commands 
run"))
+      '(menu-item "Show Recent Inputs" view-lossage
+                  :help "Display last few input events and the commands \
+they ran"))
     (bindings--define-key menu [describe-current-display-table]
       '(menu-item "Describe Display Table" describe-current-display-table
                   :help "Describe the current display table"))



reply via email to

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