From: Richard M. Stallman Date: Mon, 24 Apr 1995 05:36:53 +0000 (+0000) Subject: (easy-menu-define): Doc fix. X-Git-Tag: emacs-19.34~4346 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=819fefed8a2e2aa433d13d34f463e2c25d4f5d61;p=emacs.git (easy-menu-define): Doc fix. --- diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 4fc72fdf193..6ce754cd35f 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -30,8 +30,8 @@ ;;;###autoload (defmacro easy-menu-define (symbol maps doc menu) "Define a menu bar submenu in maps MAPS, according to MENU. -SYMBOL is used as a variable to hold the menu data. It is not evaluated. -DOC is a doc string for that variable. +The menu keymap is stored in symbol SYMBOL, both as its value +and as its function definition. DOC is used as the doc string for SYMBOL. The first element of MENU must be a string. It is the menu bar item name. The rest of the elements are menu items.