Function: custom-face-edit-all

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

Signature

(custom-face-edit-all WIDGET)

Documentation

Edit all attributes of the value of WIDGET.

Source Code

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