ps-extend-face-list

ps-extend-face-list is an autoloaded compiled Lisp function in `ps-print.el'.

(ps-extend-face-list FACE-EXTENSION-LIST &optional MERGE-P ALIST-SYM)

Extend face in ALIST-SYM.

If optional MERGE-P is non-nil, extensions in FACE-EXTENSION-LIST are merged
with face extension in ALIST-SYM; otherwise, overrides.

If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
otherwise, it should be an alist symbol.

The elements in FACE-EXTENSION-LIST are like those for `ps-extend-face'.

See `ps-extend-face' for documentation.