summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-02-22 11:17:41 +0000
committerGerd Moellmann <gerd@gnu.org>2001-02-22 11:17:41 +0000
commitac0a46469fbab9d8e0c4ef768e17bc0024ed8980 (patch)
tree9d33313a00dd209737574a6f01e747f5ff8973a4 /lisp/menu-bar.el
parent60a441a536c8b14dfe8ad822d2a2b8102bbba6a3 (diff)
downloademacs-ac0a46469fbab9d8e0c4ef768e17bc0024ed8980.tar.gz
(menu-bar-help-menu): Add an item for ordering
manuals from the FSF.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el3
1 files changed, 3 insertions, 0 deletions
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"))))