Mercurial > emacs
changeset 8541:39e8d792604f
(easy-menu-define): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 14 Aug 1994 04:09:30 +0000 |
parents | 9c1de425567f |
children | 462c6cf489fb |
files | lisp/emacs-lisp/easymenu.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/easymenu.el Sun Aug 14 02:47:35 1994 +0000 +++ b/lisp/emacs-lisp/easymenu.el Sun Aug 14 04:09:30 1994 +0000 @@ -45,8 +45,8 @@ CALLBACK is a command to run when the item is chosen, or a list to evaluate when the item is chosen. -ENABLE is a symbol; if its value is non-nil, the item is enabled -for selection. +ENABLE is an expression; the item is enabled for selection +whenever this expression's value is non-nil. A menu item can be a string. Then that string appears in the menu as unselectable text. A string consisting solely of hyphens is displayed