# HG changeset patch # User Glenn Morris # Date 1196048954 0 # Node ID c7deb6dd0679f7f5e0d49a9dfc3ebdd25d98a0fb # Parent 3082569ef3c5dcdcf83f1d7abed9213d96e7b00e (easy-menu-define): Doc fix. diff -r 3082569ef3c5 -r c7deb6dd0679 lisp/emacs-lisp/easymenu.el --- 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