From: Gerd Moellmann Date: Wed, 21 Jul 1999 21:43:03 +0000 (+0000) Subject: (defface): Extend documentation to include new X-Git-Tag: emacs-pretest-21.0.90~7455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e5962d0e2977d410909518bfb4b04675c684b0e;p=emacs.git (defface): Extend documentation to include new face attributes. (defface): Add new face attributes to function comment. --- 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