From d47a29c1e17e97a9c195027c3f51b27d03a1207c Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sat, 29 Mar 2008 23:02:22 +0000 Subject: [PATCH] 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. --- etc/NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 387e2c4a175..3c7057a69f7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -274,12 +274,12 @@ just as M-w would do so with the text it copies to the kill ring. 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. -- 2.39.2