Function: find

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

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

Signature

(find ITEM SEQ [KEYWORD VALUE]...)

Documentation

Find the first occurrence of ITEM in SEQ.

Return the matching ITEM, or nil if not found.

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

View in manual

Probably introduced at or before Emacs version 19.20.

Aliases

find (obsolete since 27.1)