emacs-diffs
[Top][All Lists]
Advanced

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

master 5f1c0d1c44c: ; Better help-echo for Customize menu items


From: Eli Zaretskii
Subject: master 5f1c0d1c44c: ; Better help-echo for Customize menu items
Date: Thu, 3 Aug 2023 04:08:13 -0400 (EDT)

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

    ; Better help-echo for Customize menu items
    
    * lisp/menu-bar.el (menu-bar-custom-menu): Better help-echo for
    Customize menu items.  (Bug#64871)
---
 lisp/menu-bar.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 030fe374598..7738206d6d3 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -686,10 +686,10 @@ Do the same for the keys of the same name."
       menu-bar-separator)
     (bindings--define-key menu [customize-browse]
       '(menu-item "Browse Customization Groups" customize-browse
-                  :help "Browse all customization groups"))
+                  :help "Tree-like browser of all the groups of customizable 
options"))
     (bindings--define-key menu [customize]
-      '(menu-item "Top-level Customization Group" customize
-                  :help "The master group called `Emacs'"))
+      '(menu-item "Top-level Emacs Customization Group" customize
+                  :help "Top-level groups of customizable options, and their 
descriptions"))
     (bindings--define-key menu [customize-themes]
       '(menu-item "Custom Themes" customize-themes
                   :help "Choose a pre-defined customization theme"))



reply via email to

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