changeset 45115:237374f1a28e

(apropos-print): Fix the reference to mouse-2.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 04 May 2002 14:51:16 +0000
parents 402ee6ce34ad
children 80511be942f4
files lisp/apropos.el
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/apropos.el	Sat May 04 14:17:21 2002 +0000
+++ b/lisp/apropos.el	Sat May 04 14:51:16 2002 +0000
@@ -601,9 +601,11 @@
 	(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