2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
+ * faces.el (list-faces-display): Use display-mouse-p instead of
+ window-system.
+
* menu-bar.el (global-map): Menu-bar items converted to the new
format (menu-item..., rearranged for better CUA compliance, and
their names changed for better clarity. Help strings added.
(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)