comparison lisp/menu-bar.el @ 10924:0d6841b9a132

(menu-bar-help-menu): Binding for view-emacs-FAQ.
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 Mar 1995 05:19:05 +0000
parents 3d056c5a8319
children 796be3f4f8a1
comparison
equal deleted inserted replaced
10923:fe008aef4cf1 10924:0d6841b9a132
210 (define-key menu-bar-help-menu [command-apropos] 210 (define-key menu-bar-help-menu [command-apropos]
211 '("Command Apropos..." . command-apropos)) 211 '("Command Apropos..." . command-apropos))
212 (define-key menu-bar-help-menu [describe-mode] 212 (define-key menu-bar-help-menu [describe-mode]
213 '("Describe Mode" . describe-mode)) 213 '("Describe Mode" . describe-mode))
214 (define-key menu-bar-help-menu [info] '("Info" . info)) 214 (define-key menu-bar-help-menu [info] '("Info" . info))
215 215 (define-key menu-bar-help-menu [emacs-faq] '("Emacs FAQ" . view-emacs-FAQ))
216 (define-key menu-bar-help-menu [emacs-news] '("Emacs News" . view-emacs-news)) 216 (define-key menu-bar-help-menu [emacs-news] '("Emacs News" . view-emacs-news))
217
217 (defun kill-this-buffer () ; for the menubar 218 (defun kill-this-buffer () ; for the menubar
218 "Kills the current buffer." 219 "Kills the current buffer."
219 (interactive) 220 (interactive)
220 (kill-buffer (current-buffer))) 221 (kill-buffer (current-buffer)))
221 222