projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd5c95a
)
Fix more occurrences of renamed kmacro-keymap command
author
Juri Linkov
<juri@linkov.net>
Fri, 27 May 2022 07:32:56 +0000
(10:32 +0300)
committer
Juri Linkov
<juri@linkov.net>
Fri, 27 May 2022 07:32:56 +0000
(10:32 +0300)
* doc/emacs/kmacro.texi (Basic Keyboard Macro): Fix documentation
after recent kmacro-redisplay command name change.
doc/emacs/kmacro.texi
patch
|
blob
|
history
diff --git
a/doc/emacs/kmacro.texi
b/doc/emacs/kmacro.texi
index fbbceb7d5edab3303c2033ab1e677870ceb526f6..5205c0b7167e07dab53f00738dac3dd0387f7bf7 100644
(file)
--- a/
doc/emacs/kmacro.texi
+++ b/
doc/emacs/kmacro.texi
@@
-179,7
+179,7
@@
itself counts as the first repetition, since it is executed as you
define it, so @kbd{C-u 4 C-x )} executes the macro immediately 3
additional times.
-@findex k
db-
macro-redisplay
+@findex kmacro-redisplay
@kindex C-x C-k d
While executing a long-running keyboard macro, it can sometimes be
useful to trigger a redisplay (to show how far we've gotten). The