diff options
| author | Richard M. Stallman | 1994-08-14 04:09:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-14 04:09:30 +0000 |
| commit | 5a51e0a670ca0744c9bcd72a700f88d6505edc9b (patch) | |
| tree | fea80ebab38261bc8ed782e5650318c5cdbe2e70 | |
| parent | 212ea30525ded31a9cbb3b257781a856d536c37b (diff) | |
| download | emacs-5a51e0a670ca0744c9bcd72a700f88d6505edc9b.tar.gz emacs-5a51e0a670ca0744c9bcd72a700f88d6505edc9b.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 e2eda651c8f..794ff1b7f89 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el | |||
| @@ -45,8 +45,8 @@ NAME is a string--the menu item name. | |||
| 45 | CALLBACK is a command to run when the item is chosen, | 45 | CALLBACK is a command to run when the item is chosen, |
| 46 | or a list to evaluate when the item is chosen. | 46 | or a list to evaluate when the item is chosen. |
| 47 | 47 | ||
| 48 | ENABLE is a symbol; if its value is non-nil, the item is enabled | 48 | ENABLE is an expression; the item is enabled for selection |
| 49 | for selection. | 49 | whenever this expression's value is non-nil. |
| 50 | 50 | ||
| 51 | A menu item can be a string. Then that string appears in the menu as | 51 | A menu item can be a string. Then that string appears in the menu as |
| 52 | unselectable text. A string consisting solely of hyphens is displayed | 52 | unselectable text. A string consisting solely of hyphens is displayed |