aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-02-02 17:03:11 -0800
committerGlenn Morris2014-02-02 17:03:11 -0800
commiteb9b8ff6af3e5339e6c051b7be13be76a52f22f4 (patch)
treef7d7e34a2919e080f6734ba9828b8b26f32397cc
parent6a6b8e405e82dfcc506bb926f742c9fa1f5b080b (diff)
downloademacs-eb9b8ff6af3e5339e6c051b7be13be76a52f22f4.tar.gz
emacs-eb9b8ff6af3e5339e6c051b7be13be76a52f22f4.zip
* etc/NEWS: Mention register-read-with-preview.
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b70307545d2..21480b02cd0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -305,6 +305,8 @@ bidirectional context.
305*** All interactive commands that read a register (`copy-to-register', etc.) 305*** All interactive commands that read a register (`copy-to-register', etc.)
306now display a temporary window after `register-preview-delay' seconds 306now display a temporary window after `register-preview-delay' seconds
307that summarizes existing registers. To disable this, set that option to nil. 307that summarizes existing registers. To disable this, set that option to nil.
308Interactive commands that read registers and want to make use of this
309should use `register-read-with-preview' to read register names.
308 310
309+++ 311+++
310*** New command `C-x C-k x' (`kmacro-to-register') stores keyboard 312*** New command `C-x C-k x' (`kmacro-to-register') stores keyboard