Function: mh-mapc
mh-mapc is a function alias for mapc, defined in fns.c.
This function is obsolete since 29.1; use mapc instead.
Signature
(mh-mapc FUNCTION SEQUENCE)
Documentation
Apply FUNCTION to each element of SEQUENCE for side effects only.
Unlike mapcar, don't accumulate the results. Return SEQUENCE.
SEQUENCE may be a list, a vector, a bool-vector, or a string.
Aliases
mh-mapc (obsolete since 29.1)