kmacro-end-macro

kmacro-end-macro is an interactive autoloaded compiled Lisp function in `kmacro.el'.

It is bound to C-x ).

(kmacro-end-macro ARG)

Finish defining a keyboard macro.
The definition was started by C-x (.
The macro is now available for use via M-x kmacro-call-macro,
or it can be given a name with C-x C-k n and then invoked
under that name.

With numeric arg, repeat macro now that many times,
counting the definition just completed as the first repetition.
An argument of zero means repeat until error.