Function: subsetp
subsetp is a function alias for cl-subsetp, defined in cl-seq.el.gz.
This function is obsolete since 27.1; use cl-subsetp instead.
Signature
(subsetp LIST1 LIST2 [KEYWORD VALUE]...)
Documentation
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
Aliases
subsetp (obsolete since 27.1)