From: Kenichi Handa Date: Fri, 27 Sep 2002 04:54:47 +0000 (+0000) Subject: (describe-face): Describe :fontset property too. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~321 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0540dc5e89fb8cad1a6782075389508f891babf7;p=emacs.git (describe-face): Describe :fontset property too. --- 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))))