]> git.eshelyaron.com Git - emacs.git/commitdiff
(easy-menu-define): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Fri, 13 Jan 1995 00:35:28 +0000 (00:35 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 13 Jan 1995 00:35:28 +0000 (00:35 +0000)
lisp/emacs-lisp/easymenu.el

index 5f8e3340a2e42e332aab7c80b0d61664c3908d87..4fc72fdf19383d02ddaf7e61b6776cff42030dc9 100644 (file)
 ;;;###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.