diff options
| author | Richard M. Stallman | 1992-08-31 06:47:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-08-31 06:47:03 +0000 |
| commit | e7691e9c5d868336baed7be9eedd063071ad22b9 (patch) | |
| tree | ad66a3705b2c062fdebe16138d2119e1a257a6bd | |
| parent | 6e3ccc70d3174c8a414c7b907442cb1103adbde2 (diff) | |
| download | emacs-e7691e9c5d868336baed7be9eedd063071ad22b9.tar.gz emacs-e7691e9c5d868336baed7be9eedd063071ad22b9.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/mouse.el | 12 |
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]." | |||
| 509 | (defvar help-modes-map '(keymap "Modes")) | 509 | (defvar help-modes-map '(keymap "Modes")) |
| 510 | (defvar help-admin-map '(keymap "Administrivia")) | 510 | (defvar help-admin-map '(keymap "Administrivia")) |
| 511 | 511 | ||
| 512 | (define-key help-menu-map "a" | 512 | (define-key help-menu-map [apropos] |
| 513 | (cons "Is there a command that..." help-apropos-map)) | 513 | (cons "Is there a command that..." help-apropos-map)) |
| 514 | (define-key help-menu-map "k" | 514 | (define-key help-menu-map [keys] |
| 515 | (cons "Key Commands <==> Functions" help-keys-map)) | 515 | (cons "Key Commands <==> Functions" help-keys-map)) |
| 516 | (define-key help-menu-map "m" | 516 | (define-key help-menu-map [manuals] |
| 517 | (cons "Manual and tutorial" help-manual-map)) | 517 | (cons "Manual and tutorial" help-manual-map)) |
| 518 | (define-key help-menu-map "x" | 518 | (define-key help-menu-map [misc] |
| 519 | (cons "Odds and ends" help-misc-map)) | 519 | (cons "Odds and ends" help-misc-map)) |
| 520 | (define-key help-menu-map "M" | 520 | (define-key help-menu-map [modes] |
| 521 | (cons "Modes" help-modes-map)) | 521 | (cons "Modes" help-modes-map)) |
| 522 | (define-key help-menu-map "z" | 522 | (define-key help-menu-map [admin] |
| 523 | (cons "Administrivia" help-admin-map)) | 523 | (cons "Administrivia" help-admin-map)) |
| 524 | 524 | ||
| 525 | (define-key help-apropos-map "c" '("Command Apropos" . command-apropos)) | 525 | (define-key help-apropos-map "c" '("Command Apropos" . command-apropos)) |