emacs-diffs
[Top][All Lists]
Advanced

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

master 8c5d69998e6: ; Fix last change


From: Eli Zaretskii
Subject: master 8c5d69998e6: ; Fix last change
Date: Sun, 6 Oct 2024 13:56:35 -0400 (EDT)

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

    ; Fix last change
    
    * lisp/tmm.el (tmm-prompt):
    * etc/NEWS: Fix last change.
---
 etc/NEWS    | 2 +-
 lisp/tmm.el | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 935caba5c0d..b532d7c6555 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -497,7 +497,7 @@ instead.
 ** Tmm Menubar
 
 ---
-*** Add a shortcut to navigate to previous menu
+*** A new shortcut to navigate to previous menu.
 The hardcoded "^" shortcut gets you back to the previous menu.
 
 
diff --git a/lisp/tmm.el b/lisp/tmm.el
index 444d7945987..ed74c307009 100644
--- a/lisp/tmm.el
+++ b/lisp/tmm.el
@@ -138,8 +138,8 @@ DEFAULT-ITEM, if non-nil, specifies an initial default 
choice.
 Its value should be an event that has a binding in MENU.
 NO-EXECUTE, if non-nil, means to return the command the user selects
 instead of executing it.
-PATH is a stack that keeps track your path into sub-menus.  It is used
-to go back in the menu hierarchy."
+PATH is a stack that keeps track of your path through sub-menus.  It
+is used to go back through those sub-menus."
   ;; If the optional argument IN-POPUP is t,
   ;; then MENU is an alist of elements of the form (STRING . VALUE).
   ;; That is used for recursive calls only.
@@ -231,7 +231,7 @@ to go back in the menu hierarchy."
                         (tmm--completion-table tmm-km-list) nil t nil
                         'tmm--history (reverse tmm--history)))))))
       (if (and (stringp out) (string= "^" out))
-          ;; a fake choice to please the destructuring later.
+          ;; A fake choice to please the destructuring later.
           (setq choice (cons out out))
         (setq choice (cdr (assoc out tmm-km-list)))
         (and (null choice)



reply via email to

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