]> code.delx.au - gnu-emacs/commitdiff
doc/emacs/buffers.texi (Kill Buffer): Improve indexing.
authorEli Zaretskii <eliz@gnu.org>
Mon, 22 Dec 2014 18:23:06 +0000 (20:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 22 Dec 2014 18:23:06 +0000 (20:23 +0200)
doc/emacs/ChangeLog
doc/emacs/buffers.texi

index e307ff3bd3a241472c71a878806f38aaee1b56f6..2d4263ad786fb788a535ae86d293b63e2c853a99 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * buffers.texi (Kill Buffer): Improve indexing.
+
 2014-11-19  Paul Eggert  <eggert@cs.ucla.edu>
 
        Lessen focus on ChangeLog files, as opposed to change log entries.
index 54a84989e2ec9aa9c1a52f493ae37720b032313f..f036d856fbeaeab6069d18a91e0c24b033dc99fd 100644 (file)
@@ -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}