diff options
| -rw-r--r-- | lisp/cus-edit.el | 4 |
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.") | |||
| 2729 | Match frames with no color support.") | 2729 | Match frames with no color support.") |
| 2730 | mono))) | 2730 | mono))) |
| 2731 | (group :sibling-args (:help-echo "\ | 2731 | (group :sibling-args (:help-echo "\ |
| 2732 | The 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 "\ | ||
| 2732 | Only match frames with the specified intensity.") | 2736 | Only match frames with the specified intensity.") |
| 2733 | (const :format "\ | 2737 | (const :format "\ |
| 2734 | Background brightness: " | 2738 | Background brightness: " |