(auto-save-interval): Fix doc string.

This commit is contained in:
Gerd Moellmann 1999-10-10 21:09:05 +00:00
parent 4f875c8780
commit dace7f4e1c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
1999-10-10 Gerd Moellmann <gerd@gnu.org>
* keyboard.c (auto-save-interval): Fix documentation.
1999-10-09 Richard M. Stallman <rms@caffeine.ai.mit.edu>
* print.c (print): When removing objects from Vprint_number_table,

View file

@ -9842,7 +9842,7 @@ will be in `last-command' during the following command.");
Vthis_command = Qnil;
DEFVAR_INT ("auto-save-interval", &auto_save_interval,
"*Number of keyboard input characters between auto-saves.\n\
"*Number of input events between auto-saves.\n\
Zero means disable autosaving due to number of characters typed.");
auto_save_interval = 300;