diff options
| -rw-r--r-- | lisp/cus-edit.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 344ffab2d47..d09d39733b3 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -2627,7 +2627,11 @@ Match frames with light backgrounds.") | |||
| 2627 | (const :format "Dark\n" | 2627 | (const :format "Dark\n" |
| 2628 | :sibling-args (:help-echo "\ | 2628 | :sibling-args (:help-echo "\ |
| 2629 | Match frames with dark backgrounds.") | 2629 | Match frames with dark backgrounds.") |
| 2630 | dark))))))) | 2630 | dark))) |
| 2631 | (group :sibling-args (:help-echo "\ | ||
| 2632 | Only match frames that support the specified face attributes.") | ||
| 2633 | (const :format "Supports attributes:" supports) | ||
| 2634 | (custom-face-edit :format "%n%v")))))) | ||
| 2631 | 2635 | ||
| 2632 | ;;; The `custom-face' Widget. | 2636 | ;;; The `custom-face' Widget. |
| 2633 | 2637 | ||