Mercurial > emacs
changeset 89129:ed1d9d1cfc71
(describe-face): Describe :fontset property too.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 27 Sep 2002 04:54:47 +0000 |
parents | 7c5a163f62f3 |
children | e18339404909 |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))))