summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-08-31 06:47:03 +0000
committerRichard M. Stallman <rms@gnu.org>1992-08-31 06:47:03 +0000
commite7691e9c5d868336baed7be9eedd063071ad22b9 (patch)
treead66a3705b2c062fdebe16138d2119e1a257a6bd /lisp/mouse.el
parent6e3ccc70d3174c8a414c7b907442cb1103adbde2 (diff)
downloademacs-e7691e9c5d868336baed7be9eedd063071ad22b9.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index ead6436b4f4..042401e3a87 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -509,17 +509,17 @@ This does not delete the region; it acts like \\[kill-ring-save]."
(defvar help-modes-map '(keymap "Modes"))
(defvar help-admin-map '(keymap "Administrivia"))
-(define-key help-menu-map "a"
+(define-key help-menu-map [apropos]
(cons "Is there a command that..." help-apropos-map))
-(define-key help-menu-map "k"
+(define-key help-menu-map [keys]
(cons "Key Commands <==> Functions" help-keys-map))
-(define-key help-menu-map "m"
+(define-key help-menu-map [manuals]
(cons "Manual and tutorial" help-manual-map))
-(define-key help-menu-map "x"
+(define-key help-menu-map [misc]
(cons "Odds and ends" help-misc-map))
-(define-key help-menu-map "M"
+(define-key help-menu-map [modes]
(cons "Modes" help-modes-map))
-(define-key help-menu-map "z"
+(define-key help-menu-map [admin]
(cons "Administrivia" help-admin-map))
(define-key help-apropos-map "c" '("Command Apropos" . command-apropos))