Show
Ignore:
Timestamp:
2006年05月13日 11時31分18秒 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lispref/buffers.texi

    r4037 r4079  
    258258object, not a name. 
    259259 
     260@cindex hidden buffers 
     261@cindex buffers without undo information 
    260262  Buffers that are ephemeral and generally uninteresting to the user 
    261263have names starting with a space, so that the @code{list-buffers} and 
     
    911913The variable @code{default-major-mode} is handled at a higher level. 
    912914@xref{Auto Major Mode}. 
     915 
     916If the buffer's name begins with a space, the buffer has its undo 
     917information recording (@pxref{Undo}) turned off by default. 
    913918@end defun 
    914919