diff options
| -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. | |||
| 253 | 253 | ||
| 254 | Buffers that are ephemeral and generally uninteresting to the user | 254 | Buffers that are ephemeral and generally uninteresting to the user |
| 255 | have names starting with a space, so that the @code{list-buffers} and | 255 | have 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 |
| 257 | visits a file, it @strong{is} mentioned). A name starting with | ||
| 257 | space also initially disables recording undo information; see | 258 | space also initially disables recording undo information; see |
| 258 | @ref{Undo}. | 259 | @ref{Undo}. |
| 259 | 260 | ||