diff lisp/apropos.el @ 14104:e61c666cef56

(apropos-print): Fix message about mouse command.
author Karl Heuer <kwzh@gnu.org>
date Tue, 09 Jan 1996 23:07:49 +0000
parents 3453c54100b5
children 1d9ae58b9e91
line wrap: on
line diff
--- 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)