Mercurial > emacs
changeset 86443:c7deb6dd0679
(easy-menu-define): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 26 Nov 2007 03:49:14 +0000 |
parents | 3082569ef3c5 |
children | 49cdf6b61ecb |
files | lisp/emacs-lisp/easymenu.el |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/easymenu.el Mon Nov 26 00:20:59 2007 +0000 +++ b/lisp/emacs-lisp/easymenu.el Mon Nov 26 03:49:14 2007 +0000 @@ -116,10 +116,15 @@ 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