]> git.eshelyaron.com Git - emacs.git/commitdiff
(defface): Add documentation for `min-colors'.
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Feb 2004 17:00:58 +0000 (17:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 Feb 2004 17:00:58 +0000 (17:00 +0000)
lisp/custom.el

index ea0567d3109e329631dc2907fd270aeac0334b66..c6b195120beb2aab4b587bca1c1ae4ecbe6c351d 100644 (file)
@@ -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,