diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-05-04 14:51:46 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-05-04 14:51:46 +0000 |
commit | 8d33699be82ef6f722a65f6855d53b3e701f5218 (patch) | |
tree | 8878fbf87bde4d62c4a9b94c8c777ab28bd73fce /lisp/apropos.el | |
parent | d7f5c8f9d1490f8ff7796c674f5b7e9cd7fde0ab (diff) | |
download | emacs-8d33699be82ef6f722a65f6855d53b3e701f5218.tar.gz |
(apropos-print): Fix the reference to mouse-2.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 8 |
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 |