diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-08 04:34:52 -0800 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-08 04:34:52 -0800 |
commit | dce8463bb99c3a6c037b55ec99d92a68e56cae31 (patch) | |
tree | 32ba0bef41650763fd08a580b600f2f503927890 /lisp/kmacro.el | |
parent | 8aa76c931f6fe9a1f337e38b0b25dfbdcc64b821 (diff) | |
download | emacs-dce8463bb99c3a6c037b55ec99d92a68e56cae31.tar.gz |
* kmacro.el (kmacro-exec-ring-item): Doc fix.
Fixes: debbugs:14198
Diffstat (limited to 'lisp/kmacro.el')
-rw-r--r-- | lisp/kmacro.el | 3 |
1 files changed, 2 insertions, 1 deletions
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))) |