maplist
maplist is an alias for `cl-maplist' in `cl.el
'.
(maplist FUNCTION LIST...)
Map FUNCTION to each sublist of LIST or LISTs.
Like `cl-mapcar', except applies to lists and their cdr's rather than to
the elements themselves.
cl.el
'.
(maplist FUNCTION LIST...)
Map FUNCTION to each sublist of LIST or LISTs.
Like `cl-mapcar', except applies to lists and their cdr's rather than to
the elements themselves.