From 8d33699be82ef6f722a65f6855d53b3e701f5218 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 4 May 2002 14:51:46 +0000 Subject: [PATCH] (apropos-print): Fix the reference to mouse-2. --- lisp/ChangeLog | 4 ++++ lisp/apropos.el | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7cfe1c6adc..14402ae6641 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-05-04 Eli Zaretskii + + * apropos.el (apropos-print): Fix the reference to mouse-2. + 2002-05-04 Daniel Pfeiffer * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly. diff --git a/lisp/apropos.el b/lisp/apropos.el index 0fa0e83b82d..4575206ba57 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -601,9 +601,11 @@ separate items with that string." (set-buffer standard-output) (apropos-mode) (if (display-mouse-p) - (insert "If moving the mouse over text changes the text's color,\n" - (substitute-command-keys - "you can click \\[push-button] on that text to get more information.\n"))) + (insert + "If moving the mouse over text changes the text's color, " + "you can click\n" + "mouse-2 (second button from right) on that text to " + "get more information.\n")) (insert "In this buffer, go to the name of the command, or function," " or variable,\n" (substitute-command-keys -- 2.39.5