Changeset 4079 for trunk/lispref/buffers.texi
- Timestamp:
- 2006年05月13日 11時31分18秒 (3 years ago)
- Files:
-
- trunk/lispref/buffers.texi (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispref/buffers.texi
r4037 r4079 258 258 object, not a name. 259 259 260 @cindex hidden buffers 261 @cindex buffers without undo information 260 262 Buffers that are ephemeral and generally uninteresting to the user 261 263 have names starting with a space, so that the @code{list-buffers} and … … 911 913 The variable @code{default-major-mode} is handled at a higher level. 912 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 918 @end defun 914 919
