# HG changeset patch # User Richard M. Stallman # Date 744587582 0 # Node ID 2a1f8e922ec8ea015d411baeaec8fdfcbca18cbc # Parent 9fbc6c74cab5820e6bb08ab7422181de99c88bdd (help-admin-map): Fix menu item text. diff -r 9fbc6c74cab5 -r 2a1f8e922ec8 lisp/mouse.el --- a/lisp/mouse.el Thu Aug 05 21:21:27 1993 +0000 +++ b/lisp/mouse.el Thu Aug 05 21:53:02 1993 +0000 @@ -1036,9 +1036,9 @@ '("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"