]> code.delx.au - gnu-emacs/commitdiff
(easy-menu-define): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 24 Apr 1995 05:36:53 +0000 (05:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 24 Apr 1995 05:36:53 +0000 (05:36 +0000)
lisp/emacs-lisp/easymenu.el

index 4fc72fdf19383d02ddaf7e61b6776cff42030dc9..6ce754cd35f7c57e04df4f28439e5944aec4a507 100644 (file)
@@ -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.