Add minibuffer-completion-contents.

This commit is contained in:
Juri Linkov 2005-12-16 19:07:32 +00:00
parent 730723edb0
commit 8aaba1c98e

View file

@ -4185,6 +4185,11 @@ for directories, and completion inside it shows only directories.
** 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