]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-admin-map): Fix menu item text.
authorRichard M. Stallman <rms@gnu.org>
Thu, 5 Aug 1993 21:53:02 +0000 (21:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 5 Aug 1993 21:53:02 +0000 (21:53 +0000)
lisp/mouse.el

index 158173b0bcc9bd6fb6864aa8bb96dab264c7eaf0..61e5da271e3ed643e2a9e4cfffb0d5668a18c800 100644 (file)
@@ -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"