From 9e5962d0e2977d410909518bfb4b04675c684b0e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 21 Jul 1999 21:43:03 +0000 Subject: [PATCH] (defface): Extend documentation to include new face attributes. (defface): Add new face attributes to function comment. --- lisp/custom.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/custom.el b/lisp/custom.el index 5e5c5a644b1..1f510c3d85d 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -234,8 +234,10 @@ element take effect; the other elements are ignored, on that frame. ATTS is a list of face attributes followed by their values: (ATTR VALUE ATTR VALUE...) -The possible attributes are `:bold', `:italic', `:underline', -`:foreground', `:background', `:stipple' and `:inverse-video'. + +The possible attributes are `:family', `:width', `:height', `:weight', +`:slant', `:underline', `:overline', `:strike-through', `:box', +`:foreground', `:background', `:stipple', and `:inverse-video'. DISPLAY can either be the symbol t, which will match all frames, or an alist of the form \((REQ ITEM...)...). For the DISPLAY to match a -- 2.39.5