changeset 40682:e9a06f7efd3f

(Auto Save Control): Document that values of auto-save-interval less than 20 are treated as if they were 20.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Nov 2001 18:58:07 +0000
parents 74d51420aa46
children 580a1a573d3e
files man/files.texi
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/files.texi	Sat Nov 03 18:09:33 2001 +0000
+++ b/man/files.texi	Sat Nov 03 18:58:07 2001 +0000
@@ -980,7 +980,9 @@
   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