Mercurial > emacs
changeset 55945:4ecb534c2d20
(defface): Add `supports' to docstring.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 06 Jun 2004 02:46:29 +0000 |
parents | 173cdf06168d |
children | 039192c37cca |
files | lisp/custom.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/custom.el Sun Jun 06 02:45:28 2004 +0000 +++ b/lisp/custom.el Sun Jun 06 02:46:29 2004 +0000 @@ -311,6 +311,11 @@ 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,