aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/faces.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 906ae16c780..cff3810219d 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1044,7 +1044,8 @@ If FRAME is omitted or nil, use the selected frame."
1044 (:box . "Box") 1044 (:box . "Box")
1045 (:inverse-video . "Inverse") 1045 (:inverse-video . "Inverse")
1046 (:stipple . "Stipple") 1046 (:stipple . "Stipple")
1047 (:font . "Font or fontset"))) 1047 (:font . "Font or fontset")
1048 (:inherit . "Inherit")))
1048 (max-width (apply #'max (mapcar #'(lambda (x) (length (cdr x))) 1049 (max-width (apply #'max (mapcar #'(lambda (x) (length (cdr x)))
1049 attrs)))) 1050 attrs))))
1050 (with-output-to-temp-buffer "*Help*" 1051 (with-output-to-temp-buffer "*Help*"