From: Glenn Morris Date: Mon, 26 Nov 2007 03:49:23 +0000 (+0000) Subject: (easy-menu-define): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~9468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42e32ed89c84725531121a99129767a52b22b105;p=emacs.git (easy-menu-define): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2fb77a9f9a2..8b8d3798922 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-11-26 Glenn Morris + + * emacs-lisp/easymenu.el (easy-menu-define): Doc fix. + 2007-11-26 Simon Josefsson * net/imap.el: Move from ../gnus. 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