Mercurial > emacs
changeset 10415:72031f772d96
(easy-menu-define): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 13 Jan 1995 00:35:28 +0000 |
parents | f4a1838db0bf |
children | 51c4308d74c9 |
files | lisp/emacs-lisp/easymenu.el |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/easymenu.el Fri Jan 13 00:02:43 1995 +0000 +++ b/lisp/emacs-lisp/easymenu.el Fri Jan 13 00:35:28 1995 +0000 @@ -30,10 +30,8 @@ ;;;###autoload (defmacro easy-menu-define (symbol maps doc menu) "Define a menu bar submenu in maps MAPS, according to MENU. -The arguments SYMBOL and DOC are ignored; they are present for -compatibility only. SYMBOL is not evaluated. In other Emacs versions -these arguments may be used as a variable to hold the menu data, and a -doc string for that variable. +SYMBOL is used as a variable to hold the menu data. It is not evaluated. +DOC is a doc string for that variable. The first element of MENU must be a string. It is the menu bar item name. The rest of the elements are menu items.