aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2004-06-06 02:46:29 +0000
committerJuri Linkov <[email protected]>2004-06-06 02:46:29 +0000
commitec85856c24a284cbf6560722fa8999ead820d8a7 (patch)
tree9174f6898067441e22056e19678dc41e0cab5b9c /lisp/custom.el
parentc4d9734c51cfa8092363e98ffcae7e803ca1bc4a (diff)
(defface): Add `supports' to docstring.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index ae9d86cab0..e86308c95e 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -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,