From: Karl Heuer Date: Tue, 9 Jan 1996 23:07:49 +0000 (+0000) Subject: (apropos-print): Fix message about mouse command. X-Git-Tag: emacs-19.34~1756 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3787cf2cdf6376cee790d0977335e026a9589ed1;p=emacs.git (apropos-print): Fix message about mouse command. --- 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)