From 6e16699005c5ebbda084ce6071c50e1015d81cb2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 27 Feb 2004 17:00:58 +0000 Subject: [PATCH] (defface): Add documentation for `min-colors'. --- lisp/custom.el | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.39.2