# HG changeset patch # User Eli Zaretskii # Date 1001657365 0 # Node ID 464552acc8a08afbd5385320446453535dd70ba9 # Parent 3856a43ac2bbce788111a9ab4dbfca215ae5299c (apropos-print): Make the directions inserted at the beginning of the *Apropos* buffer more clear. diff -r 3856a43ac2bb -r 464552acc8a0 lisp/apropos.el --- 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)