1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00

(easy-menu-define): Doc fix.

This commit is contained in:
Glenn Morris 2007-11-26 03:49:23 +00:00
parent a06e7b5d44
commit 42e32ed89c
2 changed files with 10 additions and 1 deletions

View 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.

View 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