]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 29 Aug 2021 15:03:28 +0000 (18:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 29 Aug 2021 15:03:28 +0000 (18:03 +0300)
src/xfaces.c

index 207f0d6a36ed46264ce8298081328c48c7138eb0..2273fb4fe4dc446792d84c5fc4cff58e895b8402 100644 (file)
@@ -5092,8 +5092,8 @@ gui_supports_face_attributes_p (struct frame *f,
 {
   Lisp_Object *def_attrs = def_face->lface;
 
-  /* Check that other specified attributes are different that the default
-     face.  */
+  /* Check that other specified attributes are different from the
+     default face.  */
   if ((!UNSPECIFIEDP (attrs[LFACE_UNDERLINE_INDEX])
        && face_attr_equal_p (attrs[LFACE_UNDERLINE_INDEX],
                             def_attrs[LFACE_UNDERLINE_INDEX]))