]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-face): Describe :fontset property too.
authorKenichi Handa <handa@m17n.org>
Fri, 27 Sep 2002 04:54:47 +0000 (04:54 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 27 Sep 2002 04:54:47 +0000 (04:54 +0000)
lisp/faces.el

index fda5cdb705f855e4c858060b1e6421bd47ab99fd..75bd43cf89fb67a93eebdc62ba221014755fe2c1 100644 (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))))