Function: find-if

find-if is a function alias for cl-find-if, defined in cl-seq.el.gz.

This function is obsolete since 27.1; use cl-find-if instead.

Signature

(find-if PREDICATE SEQ [KEYWORD VALUE]...)

Documentation

Find the first item satisfying PREDICATE in SEQ.

Return the matching item, or nil if not found.

Keywords supported: :key :start :end :from-end

Aliases

org-find-if (obsolete since 9.0) find-if (obsolete since 27.1)