]> code.delx.au - gnu-emacs/blobdiff - src/macros.c
Fix bug #17790 with compilation against giflib 5.1.0 and later.
[gnu-emacs] / src / macros.c
index 232188a408b93b508f7b122dd158a73770ec1325..d0cf3c2c58da7d62b475646eff3803a0bf8f7e47 100644 (file)
@@ -1,6 +1,6 @@
 /* Keyboard macros.
 
-Copyright (C) 1985-1986, 1993, 2000-2013 Free Software Foundation, Inc.
+Copyright (C) 1985-1986, 1993, 2000-2014 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -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