diff options
author | Richard M. Stallman <rms@gnu.org> | 2009-07-16 19:37:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2009-07-16 19:37:08 +0000 |
commit | 137987ab43d15cfafc0e11639d80f700408d5bea (patch) | |
tree | ea05163cd68ed870506f63056913399827e202c1 /doc/lispref/backups.texi | |
parent | bede3e9f87bd10b0fb0f3f516353667c63082dd4 (diff) | |
download | emacs-137987ab43d15cfafc0e11639d80f700408d5bea.tar.gz emacs-137987ab43d15cfafc0e11639d80f700408d5bea.tar.bz2 emacs-137987ab43d15cfafc0e11639d80f700408d5bea.zip |
* buffers.texi (Swapping Text): Recommend setting
write-region-annotate-functions and buffer-saved-size.
* backups.texi (Auto-Saving): Document buffer-saved-size = -2.
Diffstat (limited to 'doc/lispref/backups.texi')
-rw-r--r-- | doc/lispref/backups.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/backups.texi b/doc/lispref/backups.texi index 6de8594607f..d43bce28d7a 100644 --- a/doc/lispref/backups.texi +++ b/doc/lispref/backups.texi @@ -632,6 +632,10 @@ this buffer due to a substantial decrease in size. Explicitly saving the buffer stores a positive value in this variable, thus reenabling auto-saving. Turning auto-save mode off or on also updates this variable, so that the substantial decrease in size is forgotten. + +If it is @minus{}2, that means this buffer should disregard changes in +buffer size; in particular, it should not shut off auto-saving +temporarily due to changes in buffer size. @end defvar @defvar auto-save-list-file-name |