mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 14:30:42 -08:00
(Auto Save Control): Document that values of auto-save-interval less
than 20 are treated as if they were 20.
This commit is contained in:
parent
e7f3afa945
commit
dce87f47aa
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue