face-attrs-more-relative-p

face-attrs-more-relative-p is a compiled Lisp function in `face-remap.el'.

(face-attrs-more-relative-p ATTRS1 ATTRS2)

Return true if ATTRS1 contains a greater number of relative
face-attributes than ATTRS2. A face attribute is considered
relative if `face-attribute-relative-p' returns non-nil.

ATTRS1 and ATTRS2 may be any value suitable for a `face' text
property, including face names, lists of face names,
face-attribute plists, etc.

This function can be used as a predicate with `sort', to sort
face lists so that more specific faces are located near the end.