summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-05-04 14:51:46 +0000
committerEli Zaretskii <eliz@gnu.org>2002-05-04 14:51:46 +0000
commit8d33699be82ef6f722a65f6855d53b3e701f5218 (patch)
tree8878fbf87bde4d62c4a9b94c8c777ab28bd73fce /lisp/apropos.el
parentd7f5c8f9d1490f8ff7796c674f5b7e9cd7fde0ab (diff)
downloademacs-8d33699be82ef6f722a65f6855d53b3e701f5218.tar.gz
(apropos-print): Fix the reference to mouse-2.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el8
1 files changed, 5 insertions, 3 deletions
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