From 8b213da7605f50cf3ff9432009549302d0782ead Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 5 Aug 1993 21:53:02 +0000 Subject: [PATCH] (help-admin-map): Fix menu item text. --- lisp/mouse.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5