aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-12 21:00:19 +0200
committerEli Zaretskii2016-01-12 21:00:19 +0200
commite879070d8c329e4e7ccbd6687ef577589faedcf1 (patch)
treeeda0bd46fb1871b89aa6ad4d5a0b11389654fdd1 /etc
parent792d469d698966e99435d60b4c2136302a171ded (diff)
downloademacs-e879070d8c329e4e7ccbd6687ef577589faedcf1.tar.gz
emacs-e879070d8c329e4e7ccbd6687ef577589faedcf1.zip
Document changes in 'read-buffer' and 'read-buffer-function'
* doc/lispref/minibuf.texi (High-Level Completion): Document the 4th argument to 'read-buffer' and 'read-buffer-function'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9c416ae7070..029e9d8392f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1221,7 +1221,9 @@ Use the INSIDE_EMACS environment variable instead.
1221** `save-excursion' does not save&restore the mark any more. 1221** `save-excursion' does not save&restore the mark any more.
1222Use `save-mark-and-excursion' if you want the old behavior. 1222Use `save-mark-and-excursion' if you want the old behavior.
1223 1223
1224** read-buffer-function can now be called with a 4th argument (`predicate'). 1224+++
1225** `read-buffer' and `read-buffer-function' can now be called with a 4th
1226argument (`predicate').
1225 1227
1226** completion-table-dynamic stays in the minibuffer. 1228** completion-table-dynamic stays in the minibuffer.
1227If you want the old behavior of calling the function in the buffer 1229If you want the old behavior of calling the function in the buffer