execute-kbd-macro doc string clarification
* src/macros.c (Fexecute_kbd_macro): Mention that the buffer is (potentially) changed (bug#37396).
This commit is contained in:
parent
d88e12aa19
commit
5cf9b915fa
1 changed files with 4 additions and 1 deletions
|
@ -279,7 +279,10 @@ its function definition is used.
|
|||
COUNT is a repeat count, or nil for once, or 0 for infinite loop.
|
||||
|
||||
Optional third arg LOOPFUNC may be a function that is called prior to
|
||||
each iteration of the macro. Iteration stops if LOOPFUNC returns nil. */)
|
||||
each iteration of the macro. Iteration stops if LOOPFUNC returns nil.
|
||||
|
||||
The buffer shown in the currently selected window will be made the current
|
||||
buffer before the macro is executed. */)
|
||||
(Lisp_Object macro, Lisp_Object count, Lisp_Object loopfunc)
|
||||
{
|
||||
Lisp_Object final;
|
||||
|
|
Loading…
Add table
Reference in a new issue