Mercurial > emacs
changeset 40492:93b1df487abe
(Buffer Names): Buffers whose names start with a space, but which visit
a file, _are_ mentioned by buffer-menu.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 30 Oct 2001 11:06:55 +0000 |
parents | 4ce165b55ef1 |
children | 94818b20da05 |
files | lispref/buffers.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/buffers.texi Tue Oct 30 10:59:15 2001 +0000 +++ b/lispref/buffers.texi Tue Oct 30 11:06:55 2001 +0000 @@ -253,7 +253,8 @@ Buffers that are ephemeral and generally uninteresting to the user have names starting with a space, so that the @code{list-buffers} and -@code{buffer-menu} commands don't mention them. A name starting with +@code{buffer-menu} commands don't mention them (but if such a buffer +visits a file, it @strong{is} mentioned). A name starting with space also initially disables recording undo information; see @ref{Undo}.