diff options
| author | Eli Zaretskii | 2006-05-12 18:23:23 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-12 18:23:23 +0000 |
| commit | 19f5e099debd2e7370acd76d0bd7b1f82bbacf1b (patch) | |
| tree | 59aa883f02e3d7d50334d57322ddf639517c109c | |
| parent | 1e094ef91129c044cc7c6e490a3a4bc09ec081a0 (diff) | |
| download | emacs-19f5e099debd2e7370acd76d0bd7b1f82bbacf1b.tar.gz emacs-19f5e099debd2e7370acd76d0bd7b1f82bbacf1b.zip | |
(Buffer Names): Add index entries for buffers whose names begin with a space.
(Creating Buffers): Document that undo is turned off in buffers whose names
begin with a space.
| -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 |