diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-26 03:49:23 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-26 03:49:23 +0000 |
commit | 42e32ed89c84725531121a99129767a52b22b105 (patch) | |
tree | 143a060cf5ca19925ee1e7edbef7346eb95a7035 /lisp/emacs-lisp | |
parent | a06e7b5d44996e5be167f00c75733740935d406c (diff) | |
download | emacs-42e32ed89c84725531121a99129767a52b22b105.tar.gz emacs-42e32ed89c84725531121a99129767a52b22b105.tar.bz2 emacs-42e32ed89c84725531121a99129767a52b22b105.zip |
(easy-menu-define): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easymenu.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index b802d8acd43..d6c23de0be8 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -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 |