(menu-bar-help-menu): Add an item for ordering

manuals from the FSF.
This commit is contained in:
Gerd Moellmann 2001-02-22 11:17:41 +00:00
parent 60a441a536
commit ac0a46469f

View file

@ -898,6 +898,9 @@ key (or menu-item)"))
(define-key menu-bar-help-menu [report-emacs-bug]
'(menu-item "Send Bug Report..." report-emacs-bug
:help "Send e-mail to Emacs maintainers"))
(define-key menu-bar-help-menu [order-emacs-manuals]
'(menu-item "Ordering Manuals" view-order-manuals
:help "How to order manuals from the Free Software Foundation"))
(define-key menu-bar-help-menu [emacs-manual]
'(menu-item "Read the Emacs Manual"
(lambda () (interactive) (info "emacs"))))