Function: custom-post-filter-face-spec
custom-post-filter-face-spec is a byte-compiled function defined in
cus-edit.el.gz.
Signature
(custom-post-filter-face-spec SPEC)
Documentation
Return the customized SPEC in a form suitable for setting the face.
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom-post-filter-face-spec (spec)
"Return the customized SPEC in a form suitable for setting the face."
(custom-filter-face-spec spec 3))