(menu-bar-help-menu): Add "..."
This commit is contained in:
parent
6538766ad9
commit
1c6e18f6d5
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ Do the same for the keys of the same name."
|
|||
(define-key menu-bar-help-menu [emacs-version]
|
||||
'("Show Version" . emacs-version))
|
||||
(define-key menu-bar-help-menu [report-emacs-bug]
|
||||
'("Send Bug Report" . report-emacs-bug))
|
||||
'("Send Bug Report..." . report-emacs-bug))
|
||||
(define-key menu-bar-help-menu [emacs-tutorial]
|
||||
'("Emacs Tutorial" . help-with-tutorial))
|
||||
(define-key menu-bar-help-menu [man] '("Man..." . manual-entry))
|
||||
|
|
Loading…
Add table
Reference in a new issue