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:
parent
d627fc7d55
commit
3b199614cc
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue