From: Eli Zaretskii Date: Sat, 3 Nov 2001 18:58:07 +0000 (+0000) Subject: (Auto Save Control): Document that values of auto-save-interval less X-Git-Tag: ttn-vms-21-2-B4~18857 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dce87f47aa1978c60aa72059e2a78c3399d604c7;p=emacs.git (Auto Save Control): Document that values of auto-save-interval less than 20 are treated as if they were 20. --- diff --git a/man/files.texi b/man/files.texi index df35f996a6b..7d952d13126 100644 --- a/man/files.texi +++ b/man/files.texi @@ -980,7 +980,9 @@ zero or negative argument; with no argument, it toggles. Emacs does auto-saving periodically based on counting how many characters you have typed since the last time auto-saving was done. The variable @code{auto-save-interval} specifies how many characters there are between -auto-saves. By default, it is 300. +auto-saves. By default, it is 300. Emacs doesn't accept values that are +too small: if you customize @code{auto-save-interval} to a value less +than 20, Emacs will behave as if the value is 20. @vindex auto-save-timeout Auto-saving also takes place when you stop typing for a while. The