aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index f06a6c06a92..f811f162ef2 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5853,7 +5853,12 @@ Backing up is done before the first time the file is saved. */);
5853 DEFVAR_PER_BUFFER ("buffer-saved-size", &current_buffer->save_length, 5853 DEFVAR_PER_BUFFER ("buffer-saved-size", &current_buffer->save_length,
5854 make_number (Lisp_Int), 5854 make_number (Lisp_Int),
5855 doc: /* Length of current buffer when last read in, saved or auto-saved. 5855 doc: /* Length of current buffer when last read in, saved or auto-saved.
58560 initially. */); 58560 initially.
5857-1 means auto-saving turned off until next real save.
5858
5859If you set this to -2, that means don't turn off auto-saving in this buffer
5860if its text size shrinks. If you use `buffer-swap-text' on a buffer,
5861you probably should set this to -2 in that buffer. */);
5857 5862
5858 DEFVAR_PER_BUFFER ("selective-display", &current_buffer->selective_display, 5863 DEFVAR_PER_BUFFER ("selective-display", &current_buffer->selective_display,
5859 Qnil, 5864 Qnil,