diff options
| author | Eli Zaretskii | 2016-01-12 21:10:09 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-12 21:10:09 +0200 |
| commit | bba8c532fa025a3efffdcccd40bfe66a4e9effd2 (patch) | |
| tree | 32852f3f065e400709856bccf0e313171d4c305e /etc/NEWS | |
| parent | e879070d8c329e4e7ccbd6687ef577589faedcf1 (diff) | |
| download | emacs-bba8c532fa025a3efffdcccd40bfe66a4e9effd2.tar.gz emacs-bba8c532fa025a3efffdcccd40bfe66a4e9effd2.zip | |
Update documentation of 'completion-table-dynamic'
* doc/lispref/minibuf.texi (Programmed Completion): Document the
new optional argument to 'completion-table-dynamic'.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -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 |
| 1226 | argument (`predicate'). | 1226 | argument (`predicate'). |
| 1227 | 1227 | ||
| 1228 | ** completion-table-dynamic stays in the minibuffer. | 1228 | +++ |
| 1229 | ** `completion-table-dynamic' by default stays in the minibuffer. | ||
| 1230 | The minibuffer will be the current buffer when the function is called. | ||
| 1229 | If you want the old behavior of calling the function in the buffer | 1231 | If you want the old behavior of calling the function in the buffer |
| 1230 | from which the minibuffer was entered, call it with the new argument | 1232 | from 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 | ||