diff lisp/faces.el @ 27736:b4d0a1247b35

(list-faces-display): Use display-mouse-p, not window-system.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 17 Feb 2000 13:58:22 +0000
parents a3d981ee3185
children 05cce359cbf0
line wrap: on
line diff
--- a/lisp/faces.el	Thu Feb 17 13:15:26 2000 +0000
+++ b/lisp/faces.el	Thu Feb 17 13:58:22 2000 +0000
@@ -971,7 +971,7 @@
 	 (substitute-command-keys
 	  (concat
 	   "Use "
-	   (if window-system "\\[help-follow-mouse] or ")
+	   (if (display-mouse-p) "\\[help-follow-mouse] or ")
 	   "\\[help-follow] or on a face name to customize it\n"
 	   "or on its sample text for a decription of the face.\n\n")))
 	(setq help-xref-stack nil)