]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-print): Use display-mouse-p instead of
authorEli Zaretskii <eliz@gnu.org>
Thu, 25 May 2000 16:51:21 +0000 (16:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 25 May 2000 16:51:21 +0000 (16:51 +0000)
window-system.

lisp/apropos.el

index b691c0fa8ef85c4671d8dfbe7eb5125b9a547c92..f78b3794db74d4c2d2aee0c2f69f51373d322e4d 100644 (file)
@@ -518,7 +518,7 @@ alphabetically by symbol name; but this function also sets
            symbol item point1 point2)
        (set-buffer standard-output)
        (apropos-mode)
-       (if window-system
+       (if (display-mouse-p)
            (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")))