changeset 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 b3592c1e9ddb
children 28c61db89225
files lisp/apropos.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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")))