diff --git a/doc/config.html b/doc/config.html
index 9848f587..d1527b0e 100755
--- a/doc/config.html
+++ b/doc/config.html
@@ -2710,13 +2710,21 @@ Options Location = Main Building{a}, New Building{b}, Old Building{c}
selecting a certain time period. Following options are possible: 0, 1, 3,
7, 31, 92, 182, 364. "0" means an unrestricted search default.
+
+ Save drafts = 0|1
+ Starting with version 3.1, ELOG supports auto saving. When text for a new
+ entry is entered in the browser, it might get lost if the browser windows is
+ closed before the entry has been submitted. In order to avoid this, entries
+ can be saved as drafts, to be finished and submitted later. This can be
+ achieved by clicking on the Save button or by the
+ autosave feature (see next option). The Save drafts
+ option turns this feature on or off. Default is 1.
+
Autosave = <seconds>
- Starting with version 3.1, ELOG supports auto saving. When text for a new
- entry is entered in the browser, it might get lost if the browser windows is
- closed before the entry has been submitted. In order to avoid this, the text
- is sent the the server regularly (default is ten seconds after the last edit).
- This time interval can be controlled with this setting. Setting Autosave to
+ Drafts can be sent to the server regularly after some editing (see previous
+ option). This option determines the interval this is done. The default is
+ 10 seconds after the last edit. Setting Autosave to
zero disables the autosave functionality.