(easy-menu-define): Doc fix.
This commit is contained in:
parent
a06e7b5d44
commit
42e32ed89c
2 changed files with 10 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue