diff options
| author | Eli Zaretskii | 2000-08-11 07:49:47 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-11 07:49:47 +0000 |
| commit | 968280cc5f5bc308b2013e257fff7618e512bd2a (patch) | |
| tree | d6d6e9a3f388b7a8a3cec0e58fd2eb7ab76f8391 | |
| parent | 7272d75c04eba495e20d2445c32dde695f1b60a8 (diff) | |
| download | emacs-968280cc5f5bc308b2013e257fff7618e512bd2a.tar.gz emacs-968280cc5f5bc308b2013e257fff7618e512bd2a.zip | |
(menu-bar-help-menu): Add a :help string.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/menu-bar.el | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cb6d664b06..f508d70515f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-08-11 eliz <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * menu-bar.el (menu-bar-help-menu): Add a :help string. | ||
| 4 | |||
| 1 | 2000-08-10 Miles Bader <miles@gnu.org> | 5 | 2000-08-10 Miles Bader <miles@gnu.org> |
| 2 | 6 | ||
| 3 | * comint.el (comint-output-filter): Doc fixes & misc code cleanup. | 7 | * comint.el (comint-output-filter): Doc fixes & misc code cleanup. |
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index f0cd78f261e..180ed850cc2 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -847,7 +847,8 @@ key (or menu-item)")) | |||
| 847 | (list 'menu-item "Describe" menu-bar-describe-menu | 847 | (list 'menu-item "Describe" menu-bar-describe-menu |
| 848 | :help "Describe commands, variables, keys")) | 848 | :help "Describe commands, variables, keys")) |
| 849 | (define-key menu-bar-help-menu [manuals] | 849 | (define-key menu-bar-help-menu [manuals] |
| 850 | (list 'menu-item "Manuals" menu-bar-manuals-menu)) | 850 | (list 'menu-item "Manuals" menu-bar-manuals-menu |
| 851 | :help "Lookup commands and keys in docs, read manuals")) | ||
| 851 | (define-key menu-bar-help-menu [sep1] | 852 | (define-key menu-bar-help-menu [sep1] |
| 852 | '("--")) | 853 | '("--")) |
| 853 | (define-key menu-bar-help-menu [report-emacs-bug] | 854 | (define-key menu-bar-help-menu [report-emacs-bug] |