Mercurial > emacs
changeset 31179:354c781f2864
(describe-face): Add support for :inherit attribute.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 26 Aug 2000 05:51:52 +0000 |
parents | ade2aeaf252e |
children | 50e64e820eb6 |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Sat Aug 26 05:36:17 2000 +0000 +++ b/lisp/faces.el Sat Aug 26 05:51:52 2000 +0000 @@ -1044,7 +1044,8 @@ (:box . "Box") (:inverse-video . "Inverse") (:stipple . "Stipple") - (:font . "Font or fontset"))) + (:font . "Font or fontset") + (:inherit . "Inherit"))) (max-width (apply #'max (mapcar #'(lambda (x) (length (cdr x))) attrs)))) (with-output-to-temp-buffer "*Help*"