]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-edit.el
(viper-insert-prev-from-insertion-ring)
[gnu-emacs] / lisp / cus-edit.el
index 344ffab2d47f9811010e862baba89e575c7a705f..d6d82f34c2e046ed9395e950bc491e202bcbc00d 100644 (file)
@@ -2627,7 +2627,11 @@ Match frames with light backgrounds.")
                                    (const :format "Dark\n"
                                           :sibling-args (:help-echo "\
 Match frames with dark backgrounds.")
-                                          dark)))))))
+                                          dark)))
+                 (group :sibling-args (:help-echo "\
+Only match frames that support the specified face attributes.")
+                        (const :format "Supports attributes:" supports)
+                        (custom-face-edit :inline t :format "%n%v"))))))
 
 ;;; The `custom-face' Widget.