1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

Document new features of Ido

* doc/misc/ido.texi (Misc): Document 'C-S-b'.
This commit is contained in:
Eli Zaretskii 2015-12-12 16:26:29 +02:00
parent 06f00d39ff
commit 12acc25520
2 changed files with 6 additions and 1 deletions

View File

@ -706,7 +706,8 @@ packages.
@noindent @noindent
After @kbd{C-x b} (@code{ido-switch-buffer}), the buffer at the head 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 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 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 remove) the file at the head of the list with @kbd{C-k}. You will

View File

@ -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'. *** `constructor' is now an obsolete alias for `make-instance'.
** ido ** ido
+++
*** New command `ido-bury-buffer-at-head' bound to C-S-b *** 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 Bury the buffer at the head of `ido-matches', analogous to how C-k
kills the buffer at head. kills the buffer at head.
---
*** A prefix argument to `ido-restrict-to-matches' will reverse its *** A prefix argument to `ido-restrict-to-matches' will reverse its
meaning, and the list is restricted to those elements that do not meaning, and the list is restricted to those elements that do not
match the current input. match the current input.