aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 22fdc20855d..2fef37d49b8 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -370,7 +370,7 @@ If FRAME is t, report on the defaults for face FACE (for new frames).
370If FRAME is omitted or nil, use the selected frame. 370If FRAME is omitted or nil, use the selected frame.
371Use `face-attribute' for finer control." 371Use `face-attribute' for finer control."
372 (let ((bold (face-attribute face :weight frame))) 372 (let ((bold (face-attribute face :weight frame)))
373 (not (memq bold '(normal unspecified))))) 373 (memq bold '(semi-bold bold extra-bold ultra-bold))))
374 374
375 375
376(defun face-italic-p (face &optional frame) 376(defun face-italic-p (face &optional frame)