aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/apropos.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-01-09 23:07:49 +0000
committerKarl Heuer <[email protected]>1996-01-09 23:07:49 +0000
commit3787cf2cdf6376cee790d0977335e026a9589ed1 (patch)
treeb3050d101107e4767d5f88ee631b5d20ca0f174c /lisp/apropos.el
parent0aa978035a34ad69f76ab6e978f56a7aa397be30 (diff)
(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 efc3d2b8a9..808ef549a9 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)