find
find is an alias for `cl-find' in `cl.el
'.
(find ITEM SEQ [KEYWORD VALUE]...)
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
cl.el
'.
(find ITEM SEQ [KEYWORD VALUE]...)
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