diff options
| author | Eli Zaretskii | 2014-12-22 20:23:06 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-12-22 20:23:06 +0200 |
| commit | d0fd23c552225314b7d0754a62fba670e3cfb9a4 (patch) | |
| tree | 0c54dcb8b60c688481baae90f4c07609bfde514c | |
| parent | 8e818d17d2bada8cc2f2eda438f70014fd40939f (diff) | |
| download | emacs-d0fd23c552225314b7d0754a62fba670e3cfb9a4.tar.gz emacs-d0fd23c552225314b7d0754a62fba670e3cfb9a4.zip | |
doc/emacs/buffers.texi (Kill Buffer): Improve indexing.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2014-12-22 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * buffers.texi (Kill Buffer): Improve indexing. | ||
| 4 | |||
| 1 | 2014-11-19 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-11-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Lessen focus on ChangeLog files, as opposed to change log entries. | 7 | 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. | |||
| 269 | @section Killing Buffers | 269 | @section Killing Buffers |
| 270 | 270 | ||
| 271 | @cindex killing buffers | 271 | @cindex killing buffers |
| 272 | @cindex close buffer | ||
| 273 | @cindex close file | ||
| 272 | If you continue an Emacs session for a while, you may accumulate a | 274 | If you continue an Emacs session for a while, you may accumulate a |
| 273 | large number of buffers. You may then find it convenient to @dfn{kill} | 275 | large number of buffers. You may then find it convenient to @dfn{kill} |
| 274 | the buffers you no longer need. On most operating systems, killing a | 276 | the buffers you no longer need. (Some other editors call this |
| 275 | buffer releases its space back to the operating system so that other | 277 | operation @dfn{close}, and talk about ``closing the buffer'' or |
| 276 | programs can use it. Here are some commands for killing buffers: | 278 | ``closing the file'' visited in the buffer.) On most operating |
| 279 | systems, killing a buffer releases its space back to the operating | ||
| 280 | system so that other programs can use it. Here are some commands for | ||
| 281 | killing buffers: | ||
| 277 | 282 | ||
| 278 | @table @kbd | 283 | @table @kbd |
| 279 | @item C-x k @var{bufname} @key{RET} | 284 | @item C-x k @var{bufname} @key{RET} |