-
(consult-kmacro ARG) Run a chosen keyboard macro. With prefix ARG, run the macro that many times.
(consult-kmacro &optional ARG) I would expect with prefix to be optional behavior and not mandatory as the current signature implies. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It doesn't really matter. If you invoke the command interactively, the argument will be filled by the |
Beta Was this translation helpful? Give feedback.
It doesn't really matter. If you invoke the command interactively, the argument will be filled by the
interactive
specification. If you invoke the function programmatically, you have to pass the argument , e.g., 1.