completion--some
completion--some is a compiled Lisp function in `minibuffer.el
'.
(completion--some FUN XS)
Apply FUN to each element of XS in turn.
Return the first non-nil returned value.
Like CL's `some'.
minibuffer.el
'.
(completion--some FUN XS)
Apply FUN to each element of XS in turn.
Return the first non-nil returned value.
Like CL's `some'.