From: Richard M. Stallman Date: Thu, 5 Aug 1993 21:53:02 +0000 (+0000) Subject: (help-admin-map): Fix menu item text. X-Git-Tag: emacs-19.34~11388 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b213da7605f50cf3ff9432009549302d0782ead;p=emacs.git (help-admin-map): Fix menu item text. --- diff --git a/lisp/mouse.el b/lisp/mouse.el index 158173b0bcc..61e5da271e3 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1036,9 +1036,9 @@ and selects that window." '("List all keystroke commands" . describe-bindings)) (define-key help-admin-map "n" - '("view Emacs news" . view-emacs-news)) + '("View Emacs news" . view-emacs-news)) (define-key help-admin-map "l" - '("View the GNU Emacs license" . describe-copying)) + '("View Emacs copying conditions" . describe-copying)) (define-key help-admin-map "d" '("Describe distribution" . describe-distribution)) (define-key help-admin-map "w"