]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-print): Fix previous change to mouse message.
authorErik Naggum <erik@naggum.no>
Fri, 12 Jan 1996 01:51:05 +0000 (01:51 +0000)
committerErik Naggum <erik@naggum.no>
Fri, 12 Jan 1996 01:51:05 +0000 (01:51 +0000)
lisp/apropos.el

index 808ef549a938645df7211362c5e8b00b7ffa955c..04b0223e28d8efea359dc081d97fc1061a2ccaf6 100644 (file)
@@ -444,8 +444,8 @@ found."
        (set-buffer standard-output)
        (apropos-mode)
        (if window-system
-           (insert (substitute-command-keys
-                    "If you move the mouse over text that changes color,\n"
+           (insert "If you move the mouse over text that changes 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"))