summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
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 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))