diff options
Diffstat (limited to 'doc')
| -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. | |||
| 308 | 308 | ||
| 309 | @findex kill-buffer | 309 | @findex kill-buffer |
| 310 | @kindex C-x k | 310 | @kindex C-x k |
| 311 | @cindex killing unsaved buffers | ||
| 312 | @cindex unsaved buffers, killing | ||
| 311 | @kbd{C-x k} (@code{kill-buffer}) kills one buffer, whose name you | 313 | @kbd{C-x k} (@code{kill-buffer}) kills one buffer, whose name you |
| 312 | specify in the minibuffer. The default, used if you type just | 314 | specify in the minibuffer. The default, used if you type just |
| 313 | @key{RET} in the minibuffer, is to kill the current buffer. If you | 315 | @key{RET} in the minibuffer, is to kill the current buffer. If you |