1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

(easy-menu-define): Doc fix.

This commit is contained in:
Richard M. Stallman 1995-04-24 05:36:53 +00:00
parent 8dab271c93
commit 819fefed8a

View 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.