From: Eli Zaretskii Date: Tue, 30 Oct 2001 11:06:55 +0000 (+0000) Subject: (Buffer Names): Buffers whose names start with a space, but which visit X-Git-Tag: ttn-vms-21-2-B4~19010 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf2235e444dca4d5bac243208d8f962eb3108061;p=emacs.git (Buffer Names): Buffers whose names start with a space, but which visit a file, _are_ mentioned by buffer-menu. --- diff --git a/lispref/buffers.texi b/lispref/buffers.texi index 4ceaabfbfc2..869429a7a81 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi @@ -253,7 +253,8 @@ object, not a name. 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}.