emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 12acc25: Document new features of Ido


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 12acc25: Document new features of Ido
Date: Sat, 12 Dec 2015 14:26:57 +0000

branch: emacs-25
commit 12acc25520901baa09a76e20d88ac8b251594abf
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Document new features of Ido
    
    * doc/misc/ido.texi (Misc): Document 'C-S-b'.
---
 doc/misc/ido.texi |    3 ++-
 etc/NEWS          |    4 ++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/doc/misc/ido.texi b/doc/misc/ido.texi
index afc3238..e06d248 100644
--- a/doc/misc/ido.texi
+++ b/doc/misc/ido.texi
@@ -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
diff --git a/etc/NEWS b/etc/NEWS
index 7bebc6b..383b491 100644
--- 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]