changeset 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 8ba487d5d956
children 861c19525f53
files lisp/faces.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)