aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-05 21:53:02 +0000
committerRichard M. Stallman1993-08-05 21:53:02 +0000
commit8b213da7605f50cf3ff9432009549302d0782ead (patch)
tree048be36ce3bb5e73ca15d3b14662bde5d719296e
parent76c2b0cc7dd5f3145e0d970a7b0f0dac14d8095c (diff)
downloademacs-8b213da7605f50cf3ff9432009549302d0782ead.tar.gz
emacs-8b213da7605f50cf3ff9432009549302d0782ead.zip
(help-admin-map): Fix menu item text.
-rw-r--r--lisp/mouse.el4
1 files 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."
1036 '("List all keystroke commands" . describe-bindings)) 1036 '("List all keystroke commands" . describe-bindings))
1037 1037
1038(define-key help-admin-map "n" 1038(define-key help-admin-map "n"
1039 '("view Emacs news" . view-emacs-news)) 1039 '("View Emacs news" . view-emacs-news))
1040(define-key help-admin-map "l" 1040(define-key help-admin-map "l"
1041 '("View the GNU Emacs license" . describe-copying)) 1041 '("View Emacs copying conditions" . describe-copying))
1042(define-key help-admin-map "d" 1042(define-key help-admin-map "d"
1043 '("Describe distribution" . describe-distribution)) 1043 '("Describe distribution" . describe-distribution))
1044(define-key help-admin-map "w" 1044(define-key help-admin-map "w"