Function: custom-face-edit-selected

custom-face-edit-selected is a byte-compiled function defined in cus-edit.el.gz.

Signature

(custom-face-edit-selected WIDGET)

Documentation

Edit selected attributes of the value of WIDGET.

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom-face-edit-selected (widget)
  "Edit selected attributes of the value of WIDGET."
  (widget-put widget :custom-state 'unknown)
  (widget-put widget :custom-form 'selected)
  (custom-redraw widget))