changeset 36276:96ecc8142696

(menu-bar-help-menu): Add an item for ordering manuals from the FSF.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 22 Feb 2001 11:17:41 +0000
parents 44540d398934
children ab9c82e64020
files lisp/menu-bar.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"))))