aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/custom.el4
1 files changed, 4 insertions, 0 deletions
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:
306`background' (what color is used for the background text) 306`background' (what color is used for the background text)
307 Should be one of `light' or `dark'. 307 Should be one of `light' or `dark'.
308 308
309`min-colors' (the minimum number of colors the frame should support)
310 Should be an integer, it is compared with the result of
311 `display-color-cells'.
312
309Read the section about customization in the Emacs Lisp manual for more 313Read the section about customization in the Emacs Lisp manual for more
310information." 314information."
311 ;; It is better not to use backquote in this file, 315 ;; It is better not to use backquote in this file,