1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

(menu-bar-help-menu): Binding for view-emacs-FAQ.

This commit is contained in:
Richard M. Stallman 1995-03-06 05:19:05 +00:00
parent 7ee71cf1bc
commit 889560ede7

View File

@ -212,8 +212,9 @@ Do the same for the keys of the same name."
(define-key menu-bar-help-menu [describe-mode]
'("Describe Mode" . describe-mode))
(define-key menu-bar-help-menu [info] '("Info" . info))
(define-key menu-bar-help-menu [emacs-faq] '("Emacs FAQ" . view-emacs-FAQ))
(define-key menu-bar-help-menu [emacs-news] '("Emacs News" . view-emacs-news))
(defun kill-this-buffer () ; for the menubar
"Kills the current buffer."
(interactive)