2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
+ * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
+
* find-dired.el (find-name-dired): Doc fix (bug#14290).
(find-grep-dired): Doc fix (bug#14288).
;;;###autoload
(defun kmacro-exec-ring-item (item arg)
- "Execute item ITEM from the macro ring."
+ "Execute item ITEM from the macro ring.
+ARG is the number of times to excute 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)))