]> code.delx.au - gnu-emacs/commitdiff
* kmacro.el (kmacro-exec-ring-item): Doc fix.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 12:34:52 +0000 (04:34 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 Feb 2014 12:34:52 +0000 (04:34 -0800)
Fixes: debbugs:14198
lisp/ChangeLog
lisp/kmacro.el

index dce1ada7fd3bd5219dda26ffcad87a40196168ac..2b91474c85fc290f3371232ec6afbcd93d6bc1af 100644 (file)
@@ -1,5 +1,7 @@
 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).
 
index c09b15362cbc4184967befbe159142bb1c0ac99d..6f52c7cfb4a0341050aeac51414233d186f6a80f 100644 (file)
@@ -445,7 +445,8 @@ 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."
+  "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)))