changeset 97616:6e46e4dadd74

Update documentation status of minibuffer changes.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 22 Aug 2008 19:27:01 +0000
parents fb914a982280
children 50e32f7ae447
files etc/NEWS
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Aug 22 19:26:33 2008 +0000
+++ b/etc/NEWS	Fri Aug 22 19:27:01 2008 +0000
@@ -350,7 +350,7 @@
 buffer).
 
 ** Minibuffer changes
-
++++
 *** When M-n in the minibuffer reaches the end of the list of defaults,
 it adds the completion list to the end, so next M-n continues putting
 completion items to the minibuffer.  The same principle applies to
@@ -414,17 +414,17 @@
 selection by setting `x-select-enable-primary' to nil.
 
 ** Completion changes
-
+---
 *** `completion-styles' can be customized to choose your favorite
 completion style.
-
+---
 *** 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
++++
+*** If `completion-auto-help' is `lazy', Emacs shows the completions
+buffer only on the second attempt to complete.  This was already
 supported in `partial-completion-mode'.
 
 ** Continuation lines can now be wrapped at word boundaries