face-spec-recalc
face-spec-recalc is a compiled Lisp function in `faces.el
'.
(face-spec-recalc FACE FRAME)
Reset the face attributes of FACE on FRAME according to its specs.
The following sources are applied in this order:
face reset to default values if it's the default face, otherwise set
to unspecified (through `face-spec-reset-face')
|
(theme and user customization)
or: if none of the above exist, and none match the current frame or
inherited from the defface spec instead of overwriting it
entirely, the following is applied instead:
(defface default spec)
(X resources (if applicable))
|
defface override spec