]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-print): Fix message about mouse command.
authorKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 23:07:49 +0000 (23:07 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 23:07:49 +0000 (23:07 +0000)
lisp/apropos.el

index efc3d2b8a9b70e6a80f6612016395d46be1f0211..808ef549a938645df7211362c5e8b00b7ffa955c 100644 (file)
@@ -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)