From 25ac7b52b010137bcabe0d168bc119db41772a0b Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 26 Aug 2000 05:51:52 +0000 Subject: [PATCH] (describe-face): Add support for :inherit attribute. --- lisp/faces.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." (:box . "Box") (:inverse-video . "Inverse") (:stipple . "Stipple") - (:font . "Font or fontset"))) + (:font . "Font or fontset") + (:inherit . "Inherit"))) (max-width (apply #'max (mapcar #'(lambda (x) (length (cdr x))) attrs)))) (with-output-to-temp-buffer "*Help*" -- 2.39.2