(menu-bar-help-menu): Add a :help string.
This commit is contained in:
parent
7272d75c04
commit
968280cc5f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-08-11 eliz <eliz@is.elta.co.il>
|
||||
|
||||
* menu-bar.el (menu-bar-help-menu): Add a :help string.
|
||||
|
||||
2000-08-10 Miles Bader <miles@gnu.org>
|
||||
|
||||
* comint.el (comint-output-filter): Doc fixes & misc code cleanup.
|
||||
|
|
|
@ -847,7 +847,8 @@ key (or menu-item)"))
|
|||
(list 'menu-item "Describe" menu-bar-describe-menu
|
||||
:help "Describe commands, variables, keys"))
|
||||
(define-key menu-bar-help-menu [manuals]
|
||||
(list 'menu-item "Manuals" menu-bar-manuals-menu))
|
||||
(list 'menu-item "Manuals" menu-bar-manuals-menu
|
||||
:help "Lookup commands and keys in docs, read manuals"))
|
||||
(define-key menu-bar-help-menu [sep1]
|
||||
'("--"))
|
||||
(define-key menu-bar-help-menu [report-emacs-bug]
|
||||
|
|
Loading…
Add table
Reference in a new issue