aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMarco Wahl2021-01-29 08:01:12 +0100
committerLars Ingebrigtsen2021-01-29 08:01:12 +0100
commitd4e9d191aeba9076db06857a90649f6fcddc7f3b (patch)
tree6a95d2ac53d149920ce4e2a900d42829074d3a29 /etc
parent1275dc4711af77c9c223063dcd149d782d497463 (diff)
downloademacs-d4e9d191aeba9076db06857a90649f6fcddc7f3b.tar.gz
emacs-d4e9d191aeba9076db06857a90649f6fcddc7f3b.zip
Add a command for redisplay during keyboard macros
* doc/emacs/kmacro.texi (Basic Keyboard Macro): Document it (bug#39252). * lisp/kmacro.el (kdb-macro-redisplay): New function. (kmacro-keymap): Bind it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f12c94d6491..8e233f8f196 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1577,6 +1577,9 @@ This allows mode-specific alterations to how `thing-at-point' works.
1577 1577
1578** Miscellaneous 1578** Miscellaneous
1579 1579
1580+++
1581*** New command `C-x C-k Q' to force redisplay in keyboard macros.
1582
1580--- 1583---
1581*** New user option 'remember-diary-regexp'. 1584*** New user option 'remember-diary-regexp'.
1582 1585