]> code.delx.au - gnu-emacs/commitdiff
(easy-menu-define): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 26 Nov 2007 03:49:23 +0000 (03:49 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 26 Nov 2007 03:49:23 +0000 (03:49 +0000)
lisp/ChangeLog
lisp/emacs-lisp/easymenu.el

index 2fb77a9f9a2949c62ffe07e733c9bc3ba7952a25..8b8d3798922e6cd9de3413a8e2a2c65463d8910f 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-26  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
+
 2007-11-26  Simon Josefsson  <simon@josefsson.org>
 
        * net/imap.el: Move from ../gnus.
index b802d8acd43c19d5ae1bfd229b61a73e5816dcd0..d6c23de0be81fbb2086c99b3b3b2d7697eb8c758 100644 (file)
@@ -116,10 +116,15 @@ whenever this expression's value is non-nil.
 INCLUDE is an expression; this item is only visible if this
 expression has a non-nil value.  `:included' is an alias for `:visible'.
 
+   :label FORM
+
+FORM is an expression that will be dynamically evaluated and whose
+value will be used for the menu entry's text label (the default is NAME).
+
    :suffix FORM
 
 FORM is an expression that will be dynamically evaluated and whose
-value will be concatenated to the menu entry's NAME.
+value will be concatenated to the menu entry's label.
 
    :style STYLE