Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dce8463b
Commit
dce8463b
authored
Feb 08, 2014
by
Lars Ingebrigtsen
Browse files
* kmacro.el (kmacro-exec-ring-item): Doc fix.
Fixes: debbugs:14198
parent
8aa76c93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/kmacro.el
lisp/kmacro.el
+2
-1
No files found.
lisp/ChangeLog
View file @
dce8463b
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).
...
...
lisp/kmacro.el
View file @
dce8463b
...
...
@@ -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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment