(menu-bar-help-menu): Add a :help string.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user