From 0540dc5e89fb8cad1a6782075389508f891babf7 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 27 Sep 2002 04:54:47 +0000 Subject: [PATCH] (describe-face): Describe :fontset property too. --- lisp/faces.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index fda5cdb705f..75bd43cf89f 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1187,7 +1187,8 @@ If FRAME is omitted or nil, use the selected frame." (:box . "Box") (:inverse-video . "Inverse") (:stipple . "Stipple") - (:font . "Font or fontset") + (:font . "Font") + (:fontset . "Fontset") (:inherit . "Inherit"))) (max-width (apply #'max (mapcar #'(lambda (x) (length (cdr x))) attrs)))) -- 2.39.5