From: Lars Ingebrigtsen Date: Sat, 8 Feb 2014 12:34:52 +0000 (-0800) Subject: * kmacro.el (kmacro-exec-ring-item): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dce8463bb99c3a6c037b55ec99d92a68e56cae31;p=emacs.git * kmacro.el (kmacro-exec-ring-item): Doc fix. Fixes: debbugs:14198 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dce1ada7fd3..2b91474c85f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-02-08 Lars Ingebrigtsen + * 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). diff --git a/lisp/kmacro.el b/lisp/kmacro.el index c09b15362cb..6f52c7cfb4a 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -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)))