aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 029e9d8392f..34c489a1a3c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1225,10 +1225,12 @@ Use `save-mark-and-excursion' if you want the old behavior.
1225** `read-buffer' and `read-buffer-function' can now be called with a 4th 1225** `read-buffer' and `read-buffer-function' can now be called with a 4th
1226argument (`predicate'). 1226argument (`predicate').
1227 1227
1228** completion-table-dynamic stays in the minibuffer. 1228+++
1229** `completion-table-dynamic' by default stays in the minibuffer.
1230The minibuffer will be the current buffer when the function is called.
1229If you want the old behavior of calling the function in the buffer 1231If you want the old behavior of calling the function in the buffer
1230from which the minibuffer was entered, call it with the new argument 1232from which the minibuffer was entered, use the new argument
1231`switch-buffer'. 1233`switch-buffer' to `completion-table-dynamic'.
1232 1234
1233** window-configurations no longer record the buffers' marks. 1235** window-configurations no longer record the buffers' marks.
1234 1236