mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
(easy-menu-define): Fix spacing.
This commit is contained in:
parent
8a3663f3de
commit
07c209a089
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ menus, turn this variable off, otherwise it is probably better to keep it on."
|
|||
(defmacro easy-menu-define (symbol maps doc menu)
|
||||
"Define a menu bar submenu in maps MAPS, according to MENU.
|
||||
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.
|
||||
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.
|
||||
It may be followed by the following keyword argument pairs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue