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
57a1cd7b
Commit
57a1cd7b
authored
Nov 22, 2008
by
Glenn Morris
Browse files
(kmacro-insert-counter): Doc fix.
parent
3d864325
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
lisp/kmacro.el
lisp/kmacro.el
+5
-4
No files found.
lisp/kmacro.el
View file @
57a1cd7b
;;; kmacro.el --- enhanced keyboard macros
;; Copyright (C) 2002, 2003, 2004, 2005, 2006,
;;
2007, 2008
Free Software Foundation, Inc.
;; Copyright (C) 2002, 2003, 2004, 2005, 2006,
2007, 2008
;; Free Software Foundation, Inc.
;; Author: Kim F. Storm <storm@cua.dk>
;; Keywords: keyboard convenience
...
...
@@ -253,8 +253,9 @@ macro to be executed before appending to it."
(
defun
kmacro-insert-counter
(
arg
)
"Insert macro counter and increment with ARG or 1 if missing.
With \\[universal-argument], insert previous `kmacro-counter' (but do not modify counter)."
"Insert macro counter, then increment it by ARG.
Interactively, ARG defaults to 1. With \\[universal-argument], insert
previous `kmacro-counter', and do not modify counter."
(
interactive
"P"
)
(
if
kmacro-initial-counter-value
(
setq
kmacro-counter
kmacro-initial-counter-value
...
...
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