emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116344: * kmacro.el (kmacro-exec-ring-item): Doc fi


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116344: * kmacro.el (kmacro-exec-ring-item): Doc fix.
Date: Sat, 08 Feb 2014 12:36:08 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116344
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14198
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 04:34:52 -0800
message:
  * kmacro.el (kmacro-exec-ring-item): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/kmacro.el                 kmacro.el-20091113204419-o5vbwnq5f7feedwu-2431
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 11:09:10 +0000
+++ b/lisp/ChangeLog    2014-02-08 12:34:52 +0000
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/kmacro.el'
--- a/lisp/kmacro.el    2014-02-03 00:40:49 +0000
+++ b/lisp/kmacro.el    2014-02-08 12:34:52 +0000
@@ -445,7 +445,8 @@
 
 ;;;###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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]