diff lisp/custom.el @ 5373:b6e59ea11533

Add min-colors specifier to defface, and document it.
author Jeff Sparkes <jsparkes@gmail.com>
date Thu, 17 Mar 2011 14:35:02 -0400
parents d27c1ee1943b
children 294ab9180fad ac37a5f7e5be
line wrap: on
line diff
--- a/lisp/custom.el	Mon Mar 14 21:04:45 2011 +0000
+++ b/lisp/custom.el	Thu Mar 17 14:35:02 2011 -0400
@@ -325,6 +325,9 @@
 `class' (the frame's color support)
   Should be one of `color', `grayscale', or `mono'.
 
+`min-colors' (the minimum number of colors the frame supports)
+  Should be in integer which is compared to `display-color-cells'
+
 `background' (what color is used for the background text)
   Should be one of `light' or `dark'.