summaryrefslogtreecommitdiff
path: root/lispref
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
commit8ffabbf21d2abc2f9c5373a6d3aa7313ef6702d1 (patch)
tree0f47e1d11057d5f744c0c57699d634862d43ba61 /lispref
parentc9e80c29a2baa62ee4a0b1d8e2d190165a7f036c (diff)
downloademacs-8ffabbf21d2abc2f9c5373a6d3aa7313ef6702d1.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')
-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}.