aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2008-03-16 17:47:34 +0000
committerJuri Linkov <[email protected]>2008-03-16 17:47:34 +0000
commitf3ed2b839f11f0aec5fb5cf973aca1ad3e7edf13 (patch)
treeff469dd4ca1aef527efe0dcfc354e81bd53f4944 /etc
parent6206d6c2826e5f58d1211865ff66c1762ab57921 (diff)
Commands that read a buffer name now provide a list of all buffers.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ce2823e85a..df2214234a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -262,6 +262,12 @@ just as M-w would do so with the text it copies to the kill ring.
** Minibuffer changes
+*** 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 buf-name RET RET' to select a buffer by name).
+
*** In C-x d, if you type M-n you get the visited file name of the
current buffer.