]> git.eshelyaron.com Git - emacs.git/commitdiff
easy-menu-define doc string fix
authorKevin Ryde <user42_kevin@yahoo.com.au>
Sat, 3 Aug 2019 18:32:24 +0000 (20:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 3 Aug 2019 18:32:24 +0000 (20:32 +0200)
* emacs-lisp/easymenu.el (easy-menu-define): Docstring :label and
:help of the menu itself.

lisp/emacs-lisp/easymenu.el

index 5bf046d41db131439e80691c593718aed12f28e2..f274f62164fe1a3cf4106e1e3ad1883829e2c627 100644 (file)
@@ -71,6 +71,17 @@ pairs:
     if the expression evaluates to a non-nil value.  `:enable' is
     an alias for `:active'.
 
+ :label FORM
+    FORM is an expression that is dynamically evaluated and whose
+    value serves as the menu's label (the default is the first
+    element of MENU).
+
+ :help HELP
+    HELP is a string, the help to display for the menu.
+    In a GUI this is a \"tooltip\" on the menu button.  (Though
+    in Lucid :help is not shown for the top-level menu bar, only
+    for sub-menus.)
+
 The rest of the elements in MENU are menu items.
 A menu item can be a vector of three elements: