From 42e32ed89c84725531121a99129767a52b22b105 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 26 Nov 2007 03:49:23 +0000 Subject: [PATCH] (easy-menu-define): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/easymenu.el | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT