]> git.eshelyaron.com Git - emacs.git/commitdiff
(defface): Add `supports' to docstring.
authorJuri Linkov <juri@jurta.org>
Sun, 6 Jun 2004 02:46:29 +0000 (02:46 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 6 Jun 2004 02:46:29 +0000 (02:46 +0000)
lisp/custom.el

index ae9d86cab008cd4616045b41753d2257efd754ca..e86308c95e75adebe743960a191e18a70d54b9e1 100644 (file)
@@ -311,6 +311,11 @@ following REQ are defined:
   Should be an integer, it is compared with the result of
   `display-color-cells'.
 
+`supports' (only match frames that support the specified face attributes)
+  Should be a list of face attributes.  See the documentation for
+  the function `display-supports-face-attributes-p' for more
+  information on exactly how testing is done.
+
 Read the section about customization in the Emacs Lisp manual for more
 information."
   ;; It is better not to use backquote in this file,