Function: some
some is a function alias for cl-some, defined in cl-extra.el.gz.
This function is obsolete since 27.1; use cl-some instead.
Signature
(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.
Probably introduced at or before Emacs version 19.32.
Aliases
org-some (obsolete since 9.0)
some (obsolete since 27.1)
filesets-some (obsolete since 28.1)