diff options
| author | Juanma Barranquero | 2002-09-06 07:13:06 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-09-06 07:13:06 +0000 |
| commit | 07c209a089d370274930eef56b40e18c0f5e37b9 (patch) | |
| tree | 29a371779e4fc097e585062dc86eaeb3e7ec22cf | |
| parent | 8a3663f3de706e2fda706801ef94f177b470ab28 (diff) | |
| download | emacs-07c209a089d370274930eef56b40e18c0f5e37b9.tar.gz emacs-07c209a089d370274930eef56b40e18c0f5e37b9.zip | |
(easy-menu-define): Fix spacing.
| -rw-r--r-- | lisp/emacs-lisp/easymenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 971e420d7e4..fb8ee479fd8 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el | |||
| @@ -50,7 +50,7 @@ menus, turn this variable off, otherwise it is probably better to keep it on." | |||
| 50 | (defmacro easy-menu-define (symbol maps doc menu) | 50 | (defmacro easy-menu-define (symbol maps doc menu) |
| 51 | "Define a menu bar submenu in maps MAPS, according to MENU. | 51 | "Define a menu bar submenu in maps MAPS, according to MENU. |
| 52 | The menu keymap is stored in symbol SYMBOL, both as its value | 52 | The menu keymap is stored in symbol SYMBOL, both as its value |
| 53 | and as its function definition. DOC is used as the doc string for SYMBOL. | 53 | and as its function definition. DOC is used as the doc string for SYMBOL. |
| 54 | 54 | ||
| 55 | The first element of MENU must be a string. It is the menu bar item name. | 55 | The first element of MENU must be a string. It is the menu bar item name. |
| 56 | It may be followed by the following keyword argument pairs | 56 | It may be followed by the following keyword argument pairs |