diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-12-26 18:20:12 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-12-26 18:20:12 +0200 |
commit | e8aa6f19e99e5de9a3953fef8ae50e2363531b3d (patch) | |
tree | 8191b1ea2b04a48e291dd8bcf247b212f5788f11 | |
parent | ccd7cd2c51c8a3755b084f93ae3a66a3df8a42f0 (diff) | |
download | emacs-e8aa6f19e99e5de9a3953fef8ae50e2363531b3d.tar.gz |
* doc/emacs/buffers.texi (Kill Buffer): Improve indexing.
-rw-r--r-- | doc/emacs/buffers.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index b5a17416d76..7b4e070d1b9 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -308,6 +308,8 @@ Offer to kill all buffers matching a regular expression. @findex kill-buffer @kindex C-x k +@cindex killing unsaved buffers +@cindex unsaved buffers, killing @kbd{C-x k} (@code{kill-buffer}) kills one buffer, whose name you specify in the minibuffer. The default, used if you type just @key{RET} in the minibuffer, is to kill the current buffer. If you |