diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-10-30 11:06:55 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-10-30 11:06:55 +0000 |
commit | bf2235e444dca4d5bac243208d8f962eb3108061 (patch) | |
tree | 66371736a0a95d04a8b00e153912a90813218daa /lispref/buffers.texi | |
parent | 4081af2fef1eb00cd4a33ac5829278331713b5c0 (diff) | |
download | emacs-bf2235e444dca4d5bac243208d8f962eb3108061.tar.gz |
(Buffer Names): Buffers whose names start with a space, but which visit
a file, _are_ mentioned by buffer-menu.
Diffstat (limited to 'lispref/buffers.texi')
-rw-r--r-- | lispref/buffers.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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}. |