Function: custom-face-edit-lisp

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

Signature

(custom-face-edit-lisp WIDGET)

Documentation

Edit the Lisp representation of the value of WIDGET.

Source Code

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