mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 02:50:26 -08:00
(easy-menu-define): Doc fix.
This commit is contained in:
parent
25be741f21
commit
f545df9c63
1 changed files with 2 additions and 4 deletions
|
|
@ -30,10 +30,8 @@
|
|||
;;;###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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue