changeset 11512:a196f05240a9

(easy-menu-define): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 Apr 1995 05:36:53 +0000
parents b804f7df771d
children 41e01a3ef4f0
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	Mon Apr 24 04:32:41 1995 +0000
+++ b/lisp/emacs-lisp/easymenu.el	Mon Apr 24 05:36:53 1995 +0000
@@ -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.