facemenu-iterate
facemenu-iterate is a compiled Lisp function in `facemenu.el
'.
(facemenu-iterate FUNC LIST)
Apply FUNC to each element of LIST until one returns non-nil.
Returns the non-nil value it found, or nil if all were nil.
facemenu.el
'.
(facemenu-iterate FUNC LIST)
Apply FUNC to each element of LIST until one returns non-nil.
Returns the non-nil value it found, or nil if all were nil.