]> git.eshelyaron.com Git - emacs.git/commitdiff
(defface): Extend documentation to include new
authorGerd Moellmann <gerd@gnu.org>
Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 21 Jul 1999 21:43:03 +0000 (21:43 +0000)
face attributes.
(defface): Add new face attributes to function comment.

lisp/custom.el

index 5e5c5a644b13171b99686abfa67a19a6a0f34b6b..1f510c3d85d09602e32d9cf4720879c61e8ccd10 100644 (file)
@@ -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