(auto-save-interval): Fix doc string.
This commit is contained in:
parent
4f875c8780
commit
dace7f4e1c
2 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue