kmacro-call-macro
kmacro-call-macro is an interactive autoloaded compiled Lisp function in `kmacro.el
'.
(kmacro-call-macro ARG &optional NO-REPEAT END-MACRO MACRO)
Call the keyboard MACRO that you defined with C-x (.
A prefix argument serves as a repeat count. Zero means repeat until error.
MACRO defaults to `last-kbd-macro'.
When you call the macro, you can call the macro again by repeating
just the last key in the key sequence that you used to call this
command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg'
for details on how to adjust or disable this behavior.
To make a macro permanent so you can call it even after defining
others, use C-x C-k n.