diff options
| author | Eli Zaretskii | 2015-12-12 16:26:29 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-12 16:26:29 +0200 |
| commit | 12acc25520901baa09a76e20d88ac8b251594abf (patch) | |
| tree | 8168b7b6c326fd381207f109cf0e035f72676e9b /doc | |
| parent | 06f00d39ff73e0c6c87ffb09ef3d67e8d3446b01 (diff) | |
| download | emacs-12acc25520901baa09a76e20d88ac8b251594abf.tar.gz emacs-12acc25520901baa09a76e20d88ac8b251594abf.zip | |
Document new features of Ido
* doc/misc/ido.texi (Misc): Document 'C-S-b'.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ido.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/ido.texi b/doc/misc/ido.texi index afc323888c3..e06d248becc 100644 --- a/doc/misc/ido.texi +++ b/doc/misc/ido.texi | |||
| @@ -706,7 +706,8 @@ packages. | |||
| 706 | @noindent | 706 | @noindent |
| 707 | After @kbd{C-x b} (@code{ido-switch-buffer}), the buffer at the head | 707 | After @kbd{C-x b} (@code{ido-switch-buffer}), the buffer at the head |
| 708 | of the list can be killed by pressing @kbd{C-k}. If the buffer needs | 708 | of the list can be killed by pressing @kbd{C-k}. If the buffer needs |
| 709 | saving, you will be queried before the buffer is killed. | 709 | saving, you will be queried before the buffer is killed. @kbd{C-S-b} |
| 710 | buries the buffer at the head of the list. | ||
| 710 | 711 | ||
| 711 | Likewise, after @kbd{C-x C-f}, you can delete (i.e., physically | 712 | Likewise, after @kbd{C-x C-f}, you can delete (i.e., physically |
| 712 | remove) the file at the head of the list with @kbd{C-k}. You will | 713 | remove) the file at the head of the list with @kbd{C-k}. You will |