# HG changeset patch # User Gerd Moellmann # Date 932593383 0 # Node ID cf6d86af7374766d66f7bbb4adc10b78a3d24280 # Parent e4f2a5d1dc28b3bae4e603b6216b9a196a26c842 (defface): Extend documentation to include new face attributes. (defface): Add new face attributes to function comment. diff -r e4f2a5d1dc28 -r cf6d86af7374 lisp/custom.el --- a/lisp/custom.el Wed Jul 21 21:43:03 1999 +0000 +++ b/lisp/custom.el Wed Jul 21 21:43:03 1999 +0000 @@ -234,8 +234,10 @@ 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