From d0fd23c552225314b7d0754a62fba670e3cfb9a4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 22 Dec 2014 20:23:06 +0200 Subject: [PATCH] doc/emacs/buffers.texi (Kill Buffer): Improve indexing. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/buffers.texi | 11 ++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index e307ff3bd3a..2d4263ad786 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2014-12-22 Eli Zaretskii + + * buffers.texi (Kill Buffer): Improve indexing. + 2014-11-19 Paul Eggert Lessen focus on ChangeLog files, as opposed to change log entries. diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 54a84989e2e..f036d856fbe 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -269,11 +269,16 @@ can also be used to copy text from one buffer to another. @section Killing Buffers @cindex killing buffers +@cindex close buffer +@cindex close file If you continue an Emacs session for a while, you may accumulate a large number of buffers. You may then find it convenient to @dfn{kill} -the buffers you no longer need. On most operating systems, killing a -buffer releases its space back to the operating system so that other -programs can use it. Here are some commands for killing buffers: +the buffers you no longer need. (Some other editors call this +operation @dfn{close}, and talk about ``closing the buffer'' or +``closing the file'' visited in the buffer.) On most operating +systems, killing a buffer releases its space back to the operating +system so that other programs can use it. Here are some commands for +killing buffers: @table @kbd @item C-x k @var{bufname} @key{RET} -- 2.39.2