Mercurial > emacs
changeset 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 | 9fbc6c74cab5 |
children | 3fbda0e7f793 |
files | lisp/mouse.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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"