mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(easy-menu-define): Fix spacing.
This commit is contained in:
parent
8a3663f3de
commit
07c209a089
@ -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…
Reference in New Issue
Block a user