aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-edit.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index d4b7aa6f518..5caeb78265e 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -2729,6 +2729,10 @@ Match grayscale frames.")
2729Match frames with no color support.") 2729Match frames with no color support.")
2730 mono))) 2730 mono)))
2731 (group :sibling-args (:help-echo "\ 2731 (group :sibling-args (:help-echo "\
2732The minimum number of colors the frame should support.")
2733 (const :format "" min-colors)
2734 (integer :tag "Minimum number of colors" ))
2735 (group :sibling-args (:help-echo "\
2732Only match frames with the specified intensity.") 2736Only match frames with the specified intensity.")
2733 (const :format "\ 2737 (const :format "\
2734Background brightness: " 2738Background brightness: "