1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 14:01:43 -08:00

Minor improvements of buffer documentation

* doc/emacs/buffers.texi (Buffers): Say that buffers are killed
when no longer needed.  Suggested by Jean-Christophe Helary
<jean.christophe.helary@traduction-libre.org>.
This commit is contained in:
Eli Zaretskii 2019-12-27 16:19:09 +02:00
parent d627fc7d55
commit 3b199614cc

View file

@ -13,6 +13,10 @@ the directory listing. If you send a message with @kbd{C-x m}, a
buffer is used to hold the text of the message. When you ask for a
command's documentation, that appears in a buffer named @file{*Help*}.
Buffers exist as long as they are in use, and are deleted
(``killed'') when no longer needed, either by you (@pxref{Kill
Buffer}) or by Emacs (e.g., when you exit Emacs, @pxref{Exiting}).
Each buffer has a unique name, which can be of any length. When a
buffer is displayed in a window, its name is shown in the mode line
(@pxref{Mode Line}). The distinction between upper and lower case