changeset 54152:42286a8d371c

(defface): Add documentation for `min-colors'.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 27 Feb 2004 17:00:58 +0000
parents 9a5c3b661a40
children efe95a1385e1
files lisp/custom.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,