]> git.eshelyaron.com Git - emacs.git/commitdiff
* macros.c (Fexecute_kbd_macro): Doc fix.
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 01:48:47 +0000 (17:48 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Feb 2014 01:48:47 +0000 (17:48 -0800)
src/ChangeLog
src/macros.c

index 7d12cdb5ffc41bf3c2f20d39ae7b660b1d5a358f..db24d8c947f2605d82994e451973b0ad477a4c6f 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * macros.c (Fexecute_kbd_macro): Doc fix (bug#14206).
+
 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * syntax.c (Fskip_syntax_backward): Doc clarification (bug#15115).
index 19a00afda4e39c8594aa971967527e6cbb7f442d..d0cf3c2c58da7d62b475646eff3803a0bf8f7e47 100644 (file)
@@ -292,7 +292,8 @@ pop_kbd_macro (Lisp_Object info)
 
 DEFUN ("execute-kbd-macro", Fexecute_kbd_macro, Sexecute_kbd_macro, 1, 3, 0,
        doc: /* Execute MACRO as string of editor command characters.
-If MACRO is a symbol, its function definition is used.
+MACRO can also be a vector of keyboard events.  If MACRO is a symbol,
+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