summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-09 23:07:49 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-09 23:07:49 +0000
commit0136814d5cd52b33123d70f759257e1604deab6a (patch)
tree1762307c2d869e76bf1ad8e33c3990b66db45eb4 /lisp/apropos.el
parent15ce5c0daa2eabd99750bb5453dd1494155b7435 (diff)
downloademacs-0136814d5cd52b33123d70f759257e1604deab6a.tar.gz
(apropos-print): Fix message about mouse command.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r--lisp/apropos.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el
index efc3d2b8a9b..808ef549a93 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -445,7 +445,8 @@ found."
(apropos-mode)
(if window-system
(insert (substitute-command-keys
- "Click \\[apropos-mouse-follow] to get full documentation.\n")))
+ "If you move the mouse over text that changes color,\n"
+ "you can click \\[apropos-mouse-follow] to get more information.\n")))
(insert (substitute-command-keys
"In this buffer, type \\[apropos-follow] to get full documentation.\n\n"))
(while (consp p)