# HG changeset patch # User Eli Zaretskii # Date 1077901258 0 # Node ID 42286a8d371ca6d24074782fb14a519654755015 # Parent 9a5c3b661a4028e118724b195bf2b064535c4eff (defface): Add documentation for `min-colors'. diff -r 9a5c3b661a40 -r 42286a8d371c lisp/custom.el --- a/lisp/custom.el Fri Feb 27 16:59:56 2004 +0000 +++ b/lisp/custom.el Fri Feb 27 17:00:58 2004 +0000 @@ -306,6 +306,10 @@ `background' (what color is used for the background text) Should be one of `light' or `dark'. +`min-colors' (the minimum number of colors the frame should support) + Should be an integer, it is compared with the result of + `display-color-cells'. + Read the section about customization in the Emacs Lisp manual for more information." ;; It is better not to use backquote in this file,