subsetp

subsetp is an alias for `cl-subsetp' in `cl.el'.

(subsetp LIST1 LIST2 [KEYWORD VALUE]...)

Return true if LIST1 is a subset of LIST2.
I.e., if every element of LIST1 also appears in LIST2.

Keywords supported: :test :test-not :key