# HG changeset patch # User Kenichi Handa # Date 1033102487 0 # Node ID ed1d9d1cfc7183c5a310263a626788a5d7ccf43b # Parent 7c5a163f62f3c63cbf03d9735100119b2ad84e82 (describe-face): Describe :fontset property too. diff -r 7c5a163f62f3 -r ed1d9d1cfc71 lisp/faces.el --- a/lisp/faces.el Fri Sep 27 04:54:24 2002 +0000 +++ b/lisp/faces.el Fri Sep 27 04:54:47 2002 +0000 @@ -1187,7 +1187,8 @@ (: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))))