summaryrefslogtreecommitdiff
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
commit3787cf2cdf6376cee790d0977335e026a9589ed1 (patch)
treeb3050d101107e4767d5f88ee631b5d20ca0f174c
parent0aa978035a34ad69f76ab6e978f56a7aa397be30 (diff)
downloademacs-3787cf2cdf6376cee790d0977335e026a9589ed1.tar.gz
(apropos-print): Fix message about mouse command.
-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)