diff options
| -rw-r--r-- | lispref/buffers.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi index c0eb2ee6664..9257fb54fba 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi | |||
| @@ -257,6 +257,8 @@ sort, and an error is signaled if it is neither a string nor a buffer. | |||
| 257 | Any argument called @var{buffer} must be an actual buffer | 257 | Any argument called @var{buffer} must be an actual buffer |
| 258 | object, not a name. | 258 | object, not a name. |
| 259 | 259 | ||
| 260 | @cindex hidden buffers | ||
| 261 | @cindex buffers without undo information | ||
| 260 | Buffers that are ephemeral and generally uninteresting to the user | 262 | Buffers that are ephemeral and generally uninteresting to the user |
| 261 | have names starting with a space, so that the @code{list-buffers} and | 263 | have names starting with a space, so that the @code{list-buffers} and |
| 262 | @code{buffer-menu} commands don't mention them (but if such a buffer | 264 | @code{buffer-menu} commands don't mention them (but if such a buffer |
| @@ -910,6 +912,9 @@ nor a buffer. | |||
| 910 | The major mode for a newly created buffer is set to Fundamental mode. | 912 | The major mode for a newly created buffer is set to Fundamental mode. |
| 911 | The variable @code{default-major-mode} is handled at a higher level. | 913 | The variable @code{default-major-mode} is handled at a higher level. |
| 912 | @xref{Auto Major Mode}. | 914 | @xref{Auto Major Mode}. |
| 915 | |||
| 916 | If the buffer's name begins with a space, the buffer has its undo | ||
| 917 | information recording (@pxref{Undo}) turned off by default. | ||
| 913 | @end defun | 918 | @end defun |
| 914 | 919 | ||
| 915 | @defun generate-new-buffer name | 920 | @defun generate-new-buffer name |