From: Eli Zaretskii Date: Sat, 4 May 2002 14:51:46 +0000 (+0000) Subject: (apropos-print): Fix the reference to mouse-2. X-Git-Tag: ttn-vms-21-2-B4~15195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d33699be82ef6f722a65f6855d53b3e701f5218;p=emacs.git (apropos-print): Fix the reference to mouse-2. --- 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