(describe-face): Describe :fontset property too.

This commit is contained in:
Kenichi Handa 2002-09-27 04:54:47 +00:00
parent 57d83313c1
commit 0540dc5e89

View file

@ -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))))