diff options
| author | Richard M. Stallman | 1995-04-24 05:36:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-24 05:36:53 +0000 |
| commit | 819fefed8a2e2aa433d13d34f463e2c25d4f5d61 (patch) | |
| tree | 94ef0ed1ca31982fa272b1e00137f7e676ca0a36 | |
| parent | 8dab271c936e3ab9ed7f7fd3151da808241aa53d (diff) | |
| download | emacs-819fefed8a2e2aa433d13d34f463e2c25d4f5d61.tar.gz emacs-819fefed8a2e2aa433d13d34f463e2c25d4f5d61.zip | |
(easy-menu-define): Doc fix.
| -rw-r--r-- | lisp/emacs-lisp/easymenu.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 4fc72fdf193..6ce754cd35f 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el | |||
| @@ -30,8 +30,8 @@ | |||
| 30 | ;;;###autoload | 30 | ;;;###autoload |
| 31 | (defmacro easy-menu-define (symbol maps doc menu) | 31 | (defmacro easy-menu-define (symbol maps doc menu) |
| 32 | "Define a menu bar submenu in maps MAPS, according to MENU. | 32 | "Define a menu bar submenu in maps MAPS, according to MENU. |
| 33 | SYMBOL is used as a variable to hold the menu data. It is not evaluated. | 33 | The menu keymap is stored in symbol SYMBOL, both as its value |
| 34 | DOC is a doc string for that variable. | 34 | and as its function definition. DOC is used as the doc string for SYMBOL. |
| 35 | 35 | ||
| 36 | The first element of MENU must be a string. It is the menu bar item name. | 36 | The first element of MENU must be a string. It is the menu bar item name. |
| 37 | The rest of the elements are menu items. | 37 | The rest of the elements are menu items. |