summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-05-21 20:52:44 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-05-21 20:52:44 +0000
commit14c24780c31eb17560d4a8381c9cec93e2c05a31 (patch)
tree846736671072d15413e78923c38fe8a3dcb6070d /etc/NEWS
parentbcc850aa9e75c708cca47746c55c19071e0fe135 (diff)
downloademacs-14c24780c31eb17560d4a8381c9cec93e2c05a31.tar.gz
(completion-all-sorted-completions): New var.
(completion--flush-all-sorted-completions) (completion-all-sorted-completions): New functions. (minibuffer-force-complete): New command.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8926bbd7ea2..9d74ae0e1fa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -64,7 +64,10 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary.
* Changes in Emacs 23.1
** Completion.
-*** `completion-style' can be customized to choose your favorite completion.
+*** `completion-styles' can be customized to choose your favorite completion.
+*** The default completion styles include a form of partial-completion.
+*** The new command `minibuffer-force-complete chooses one of the possible
+completions, rather than stopping at the common prefix.
*** `completion-auto-help' can be set to `lazy' to list the completions only
if you repeat the completion. This was already supported in
`partial-completion-mode'.