; Better help-echo for Customize menu items

* lisp/menu-bar.el (menu-bar-custom-menu): Better help-echo for
Customize menu items.  (Bug#64871)
This commit is contained in:
Eli Zaretskii 2023-08-03 11:07:39 +03:00
parent f63c5faf07
commit 5f1c0d1c44

View 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"))