Function: maplist
maplist is a function alias for cl-maplist, defined in cl-extra.el.gz.
This function is obsolete since 27.1; use cl-maplist instead.
Signature
(maplist FUNCTION LIST...)
Documentation
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.
Aliases
maplist (obsolete since 27.1)