Mercurial > emacs
diff lisp/mouse.el @ 4463:2a1f8e922ec8
(help-admin-map): Fix menu item text.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 05 Aug 1993 21:53:02 +0000 |
parents | c6c254105f7f |
children | 951f354907d8 |
line wrap: on
line diff
--- 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"