diff options
| author | Richard M. Stallman <rms@gnu.org> | 1992-08-31 21:42:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1992-08-31 21:42:28 +0000 |
| commit | 6ec3899e1629c6f954d12fc7773ddd5a8f1a76be (patch) | |
| tree | eb181b38fa44f07c67c70902a7c3073348d9edf7 /lisp/mouse.el | |
| parent | 616ed245e9bc6cca7fb41575193ac6dcf5ea422e (diff) | |
| download | emacs-6ec3899e1629c6f954d12fc7773ddd5a8f1a76be.tar.gz | |
*** empty log message ***
Diffstat (limited to 'lisp/mouse.el')
| -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 351bab4c864..21dacf84348 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -473,17 +473,17 @@ This does not delete the region; it acts like \\[kill-ring-save]." (defvar help-admin-map '(keymap "Administrivia")) (define-key help-menu-map [apropos] - (cons "Is there a command that..." help-apropos-map)) + (cons "@Is there a command that..." help-apropos-map)) (define-key help-menu-map [keys] - (cons "Key Commands <==> Functions" help-keys-map)) + (cons "@Key Commands <==> Functions" help-keys-map)) (define-key help-menu-map [manuals] - (cons "Manual and tutorial" help-manual-map)) + (cons "@Manual and tutorial" help-manual-map)) (define-key help-menu-map [misc] - (cons "Odds and ends" help-misc-map)) + (cons "@Odds and ends" help-misc-map)) (define-key help-menu-map [modes] - (cons "Modes" help-modes-map)) + (cons "@Modes" help-modes-map)) (define-key help-menu-map [admin] - (cons "Administrivia" help-admin-map)) + (cons "@Administrivia" help-admin-map)) (define-key help-apropos-map "c" '("Command Apropos" . command-apropos)) (define-key help-apropos-map "a" '("Apropos" . apropos)) |
