Function: customize-apropos-faces

customize-apropos-faces is an autoloaded, interactive and byte-compiled function defined in cus-edit.el.gz.

Signature

(customize-apropos-faces REGEXP)

Documentation

Customize all loaded faces matching REGEXP.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
;;;###autoload
(defun customize-apropos-faces (regexp)
  "Customize all loaded faces matching REGEXP."
  (interactive (list (apropos-read-pattern "faces")))
  (customize-apropos regexp 'faces))