diff lisp/apropos.el @ 29199:cc07870ddb45

(apropos-print): Use display-mouse-p instead of window-system.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 25 May 2000 16:51:21 +0000
parents a6e1babce2a1
children 4b79925ce8fa
line wrap: on
line diff
--- a/lisp/apropos.el	Thu May 25 16:45:32 2000 +0000
+++ b/lisp/apropos.el	Thu May 25 16:51:21 2000 +0000
@@ -518,7 +518,7 @@
 	    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")))