]> git.eshelyaron.com Git - emacs.git/commitdiff
; Better help-echo for Customize menu items
authorEli Zaretskii <eliz@gnu.org>
Thu, 3 Aug 2023 08:07:39 +0000 (11:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 3 Aug 2023 08:07:39 +0000 (11:07 +0300)
* lisp/menu-bar.el (menu-bar-custom-menu): Better help-echo for
Customize menu items.  (Bug#64871)

lisp/menu-bar.el

index 030fe3745989bb796240e3e2aa97ab04d05b4aaa..7738206d6d3b9a34be0389a70b37c63ffe0e98ec 100644 (file)
@@ -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"))