From: Gerd Moellmann Date: Thu, 22 Feb 2001 11:17:41 +0000 (+0000) Subject: (menu-bar-help-menu): Add an item for ordering X-Git-Tag: emacs-pretest-21.0.99~225 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ac0a46469fbab9d8e0c4ef768e17bc0024ed8980;p=emacs.git (menu-bar-help-menu): Add an item for ordering manuals from the FSF. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index a33af82dcba..e78858cda3e 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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"))))