summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-10-30 11:06:55 +0000
committerEli Zaretskii <eliz@gnu.org>2001-10-30 11:06:55 +0000
commitbf2235e444dca4d5bac243208d8f962eb3108061 (patch)
tree66371736a0a95d04a8b00e153912a90813218daa
parent4081af2fef1eb00cd4a33ac5829278331713b5c0 (diff)
downloademacs-bf2235e444dca4d5bac243208d8f962eb3108061.tar.gz
(Buffer Names): Buffers whose names start with a space, but which visit
a file, _are_ mentioned by buffer-menu.
-rw-r--r--lispref/buffers.texi3
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}.