From: Juri Linkov Date: Sun, 6 Jun 2004 02:46:29 +0000 (+0000) Subject: (defface): Add `supports' to docstring. X-Git-Tag: ttn-vms-21-2-B4~5909 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec85856c24a284cbf6560722fa8999ead820d8a7;p=emacs.git (defface): Add `supports' to docstring. --- diff --git a/lisp/custom.el b/lisp/custom.el index ae9d86cab00..e86308c95e7 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,