aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-12 16:26:29 +0200
committerEli Zaretskii2015-12-12 16:26:29 +0200
commit12acc25520901baa09a76e20d88ac8b251594abf (patch)
tree8168b7b6c326fd381207f109cf0e035f72676e9b /doc
parent06f00d39ff73e0c6c87ffb09ef3d67e8d3446b01 (diff)
downloademacs-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.texi3
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
707After @kbd{C-x b} (@code{ido-switch-buffer}), the buffer at the head 707After @kbd{C-x b} (@code{ido-switch-buffer}), the buffer at the head
708of the list can be killed by pressing @kbd{C-k}. If the buffer needs 708of the list can be killed by pressing @kbd{C-k}. If the buffer needs
709saving, you will be queried before the buffer is killed. 709saving, you will be queried before the buffer is killed. @kbd{C-S-b}
710buries the buffer at the head of the list.
710 711
711Likewise, after @kbd{C-x C-f}, you can delete (i.e., physically 712Likewise, after @kbd{C-x C-f}, you can delete (i.e., physically
712remove) the file at the head of the list with @kbd{C-k}. You will 713remove) the file at the head of the list with @kbd{C-k}. You will