# HG changeset patch # User Richard M. Stallman # Date 798701813 0 # Node ID a196f05240a984b0e5d7fc470363b5d7445fe333 # Parent b804f7df771d4f009613f337852e7d9e1f20e906 (easy-menu-define): Doc fix. diff -r b804f7df771d -r a196f05240a9 lisp/emacs-lisp/easymenu.el --- 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.