emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a2a0b70: ; * src/xfaces.c (gui_supports_face_attributes_p): Fix t


From: Eli Zaretskii
Subject: master a2a0b70: ; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment.
Date: Sun, 29 Aug 2021 11:04:02 -0400 (EDT)

branch: master
commit a2a0b70c8bf03ee0ad57f97b06b1d591dc8801f1
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment.
---
 src/xfaces.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xfaces.c b/src/xfaces.c
index 207f0d6..2273fb4 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -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]))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]