diff options
| -rw-r--r-- | man/files.texi | 4 |
1 files changed, 3 insertions, 1 deletions
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. | |||
| 980 | Emacs does auto-saving periodically based on counting how many characters | 980 | Emacs does auto-saving periodically based on counting how many characters |
| 981 | you have typed since the last time auto-saving was done. The variable | 981 | you have typed since the last time auto-saving was done. The variable |
| 982 | @code{auto-save-interval} specifies how many characters there are between | 982 | @code{auto-save-interval} specifies how many characters there are between |
| 983 | auto-saves. By default, it is 300. | 983 | auto-saves. By default, it is 300. Emacs doesn't accept values that are |
| 984 | too small: if you customize @code{auto-save-interval} to a value less | ||
| 985 | than 20, Emacs will behave as if the value is 20. | ||
| 984 | 986 | ||
| 985 | @vindex auto-save-timeout | 987 | @vindex auto-save-timeout |
| 986 | Auto-saving also takes place when you stop typing for a while. The | 988 | Auto-saving also takes place when you stop typing for a while. The |