From 35910610258829f2b37991d7e63538f346425796 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 5 Jan 1996 22:21:28 +0000 Subject: Comment fixes. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/faces.el') diff --git a/lisp/faces.el b/lisp/faces.el index cd20abb0f35..ea298db1c6a 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -150,7 +150,7 @@ in that frame; otherwise change each frame." ;; For a specific frame, use gray stipple instead of gray color ;; if the display does not support a gray color. (if (and frame (not (eq frame t)) color - ;; Check for supportedness for foreground, not for background! + ;; Check for support for foreground, not for background! ;; face-color-supported-p is smart enough to know ;; that grays are "supported" as background ;; because we are supposed to use stipple for them! -- cgit v1.2.1