changeset 39489:464552acc8a0

(apropos-print): Make the directions inserted at the beginning of the *Apropos* buffer more clear.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 28 Sep 2001 06:09:25 +0000
parents 3856a43ac2bb
children dc32771fc38b
files lisp/apropos.el
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/apropos.el	Fri Sep 28 03:06:09 2001 +0000
+++ b/lisp/apropos.el	Fri Sep 28 06:09:25 2001 +0000
@@ -517,11 +517,13 @@
 	(set-buffer standard-output)
 	(apropos-mode)
 	(if (display-mouse-p)
-	    (insert "If you move the mouse over text that changes color,\n"
+	    (insert "If moving the mouse over text changes the text's color,\n"
 		    (substitute-command-keys
-		     "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"))
+		     "you can click \\[apropos-mouse-follow] on that text to get more information.\n")))
+	(insert "In this buffer, go to the name of the command, or function"
+		" or variable,\n"
+		(substitute-command-keys
+		 "and type \\[apropos-follow] to get full documentation.\n\n"))
 	(while (consp p)
 	  (or (not spacing) (bobp) (terpri))
 	  (setq apropos-item (car p)