# HG changeset patch # User Juri Linkov # Date 1086489989 0 # Node ID 4ecb534c2d203a5a80ac7642aaabe4eff704b698 # Parent 173cdf06168de5aca5274db67ee869ff365b97eb (defface): Add `supports' to docstring. diff -r 173cdf06168d -r 4ecb534c2d20 lisp/custom.el --- 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,