1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment.

This commit is contained in:
Eli Zaretskii 2021-08-29 18:03:28 +03:00
parent 9a1d54814e
commit a2a0b70c8b

View 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]))