Mercurial > emacs
diff etc/NEWS @ 67620:b0794ecc7df6
Add minibuffer-completion-contents.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 16 Dec 2005 19:07:32 +0000 |
parents | 8e79cfa67c95 |
children | b240a2550f91 |
line wrap: on
line diff
--- a/etc/NEWS Fri Dec 16 19:05:54 2005 +0000 +++ b/etc/NEWS Fri Dec 16 19:07:32 2005 +0000 @@ -4186,6 +4186,11 @@ ** Completion changes: +++ +*** The new function `minibuffer-completion-contents' returns the contents +of the minibuffer just before point. That is what completion commands +operate on. + ++++ *** The functions `all-completions' and `try-completion' now accept lists of strings as well as hash-tables additionally to alists, obarrays and functions. Furthermore, the function `test-completion' is now