aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c8c8c61fc42..45ef93a9ae4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4186,6 +4186,11 @@ for directories, and completion inside it shows only directories.
4186** Completion changes: 4186** Completion changes:
4187 4187
4188+++ 4188+++
4189*** The new function `minibuffer-completion-contents' returns the contents
4190of the minibuffer just before point. That is what completion commands
4191operate on.
4192
4193+++
4189*** The functions `all-completions' and `try-completion' now accept lists 4194*** The functions `all-completions' and `try-completion' now accept lists
4190of strings as well as hash-tables additionally to alists, obarrays 4195of strings as well as hash-tables additionally to alists, obarrays
4191and functions. Furthermore, the function `test-completion' is now 4196and functions. Furthermore, the function `test-completion' is now