From: Eli Zaretskii Date: Fri, 27 Feb 2004 17:00:58 +0000 (+0000) Subject: (defface): Add documentation for `min-colors'. X-Git-Tag: ttn-vms-21-2-B4~7459 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e16699005c5ebbda084ce6071c50e1015d81cb2;p=emacs.git (defface): Add documentation for `min-colors'. --- diff --git a/lisp/custom.el b/lisp/custom.el index ea0567d3109..c6b195120be 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -306,6 +306,10 @@ following REQ are defined: `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,