# HG changeset patch # User Karl Heuer # Date 821228869 0 # Node ID e61c666cef5636ce0efa42d5c394d99d132a4870 # Parent b6ec260d7c2c72f9ac97994a0c542ca21ac549b8 (apropos-print): Fix message about mouse command. diff -r b6ec260d7c2c -r e61c666cef56 lisp/apropos.el --- a/lisp/apropos.el Tue Jan 09 23:05:28 1996 +0000 +++ b/lisp/apropos.el Tue Jan 09 23:07:49 1996 +0000 @@ -445,7 +445,8 @@ (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)