changeset 93403:ca4f82c2e75c

Replace section that says about buffer names available via M-n with a section that says the completion table is added after the list of defaults.
author Juri Linkov <juri@jurta.org>
date Sat, 29 Mar 2008 23:02:22 +0000
parents ea007865fdec
children 33721f8a9b20
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sat Mar 29 23:00:05 2008 +0000
+++ b/etc/NEWS	Sat Mar 29 23:02:22 2008 +0000
@@ -274,12 +274,12 @@
 any more when used in a minibuffer or a dedicated window.  Instead, they
 fallback on using pop-to-buffer which will use some other window.
 
-*** Many commands that read a buffer name now provide a list of all buffers
-sorted by recency in the list of minibuffer default values available
-via M-n or down-arrow.  It is also possible to search this buffer list
-in the minibuffer using incremental search commands C-s and C-M-s
-(for instance, `C-x b C-s substr RET RET' to select a buffer by part
-of the buffer name).
+*** 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
+incremental search commands as well: C-s or C-M-s starts searching
+the default values and after the end of defaults they continue
+searching minibuffer completion items.
 
 *** In C-x d, if you type M-n you get the visited file name of the
 current buffer.