aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
253 253
254 Buffers that are ephemeral and generally uninteresting to the user 254 Buffers that are ephemeral and generally uninteresting to the user
255have names starting with a space, so that the @code{list-buffers} and 255have names starting with a space, so that the @code{list-buffers} and
256@code{buffer-menu} commands don't mention them. A name starting with 256@code{buffer-menu} commands don't mention them (but if such a buffer
257visits a file, it @strong{is} mentioned). A name starting with
257space also initially disables recording undo information; see 258space also initially disables recording undo information; see
258@ref{Undo}. 259@ref{Undo}.
259 260