Function: filesets-some
filesets-some is a for cl-some, defined in
cl-extra.el.gz.
This function is obsolete since 28.1; use cl-some instead.
Signature
(filesets-some PREDICATE SEQ...)
Documentation
Say whether PREDICATE is true for any element in the SEQ sequences.
More specifically, the return value of this function will be the same as the first return value of PREDICATE where PREDICATE has a non-nil value.
Aliases
org-some (obsolete since 9.0)
some (obsolete since 27.1)
filesets-some (obsolete since 28.1)