# HG changeset patch # User Gerd Moellmann # Date 982840661 0 # Node ID 96ecc8142696bbf2a086b110d61536a56b426dbc # Parent 44540d3989341095897b4d0934d6875cee915bc7 (menu-bar-help-menu): Add an item for ordering manuals from the FSF. diff -r 44540d398934 -r 96ecc8142696 lisp/menu-bar.el --- a/lisp/menu-bar.el Thu Feb 22 10:18:11 2001 +0000 +++ b/lisp/menu-bar.el Thu Feb 22 11:17:41 2001 +0000 @@ -898,6 +898,9 @@ (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"))))