]> code.delx.au - gnu-emacs/commitdiff
Document new features of Ido
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Dec 2015 14:26:29 +0000 (16:26 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Dec 2015 14:26:29 +0000 (16:26 +0200)
* doc/misc/ido.texi (Misc): Document 'C-S-b'.

doc/misc/ido.texi
etc/NEWS

index afc323888c38d33110d468001f145671aac33d66..e06d248becce28c3be76aefc410206397bf14963 100644 (file)
@@ -706,7 +706,8 @@ packages.
 @noindent
 After @kbd{C-x b} (@code{ido-switch-buffer}), the buffer at the head
 of the list can be killed by pressing @kbd{C-k}.  If the buffer needs
-saving, you will be queried before the buffer is killed.
+saving, you will be queried before the buffer is killed.  @kbd{C-S-b}
+buries the buffer at the head of the list.
 
 Likewise, after @kbd{C-x C-f}, you can delete (i.e., physically
 remove) the file at the head of the list with @kbd{C-k}.  You will
index 7bebc6b90adcc9cc0ebfce87d8c6ff6edc83f699..383b49176868431427a62c6eabb92f4f4917bb5d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -479,9 +479,13 @@ If you need your objects to be named, do it by inheriting from `eieio-named'.
 *** `constructor' is now an obsolete alias for `make-instance'.
 
 ** ido
+
++++
 *** New command `ido-bury-buffer-at-head' bound to C-S-b
 Bury the buffer at the head of `ido-matches', analogous to how C-k
 kills the buffer at head.
+
+---
 *** A prefix argument to `ido-restrict-to-matches' will reverse its
 meaning, and the list is restricted to those elements that do not
 match the current input.