]> code.delx.au - gnu-emacs/blobdiff - lisp/kmacro.el
Fix debbugs#16971
[gnu-emacs] / lisp / kmacro.el
index 1cdc2e3cab8dd7ef82a0aa61bc40fd39d9242fd8..4d93926dd69b5b56b579181042b7992f69330bdf 100644 (file)
@@ -446,7 +446,7 @@ Optional arg EMPTY is message to print if no macros are defined."
 ;;;###autoload
 (defun kmacro-exec-ring-item (item arg)
   "Execute item ITEM from the macro ring.
-ARG is the number of times to excute the item."
+ARG is the number of times to execute the item."
   ;; Use counter and format specific to the macro on the ring!
   (let ((kmacro-counter (nth 1 item))
        (kmacro-counter-format-start (nth 2 item)))