# HG changeset patch # User Eli Zaretskii # Date 1020523876 0 # Node ID 237374f1a28e710b7b6876f2014f8aea8f6995e2 # Parent 402ee6ce34adf6c57cf684a1127b51c7d56e705b (apropos-print): Fix the reference to mouse-2. diff -r 402ee6ce34ad -r 237374f1a28e lisp/apropos.el --- 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