]> code.delx.au - gnu-emacs/commitdiff
(Auto Save Control): Document that values of auto-save-interval less
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Nov 2001 18:58:07 +0000 (18:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Nov 2001 18:58:07 +0000 (18:58 +0000)
than 20 are treated as if they were 20.

man/files.texi

index df35f996a6b5d7e5ceb2c19767f8f112e4efb503..7d952d13126ccb43fb94ca1c37fba1be11c95ca7 100644 (file)
@@ -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