diff --git a/doc/config.html b/doc/config.html
index 935bcbec..08e1d1ae 100755
--- a/doc/config.html
+++ b/doc/config.html
@@ -371,6 +371,11 @@ Default mode for search display. On the find entry form, the checkboxes
are set accordingly. The "Last xxx" page uses this setting directly.
+
Entries per page = <number>
+
+Number of logbook entries displayed per page in a search result. The default is 20.
+
+
@@ -447,7 +452,7 @@ down box by default.
Preset text = <string> or <file>
This preset value is used for the main body text. It can be a string or a file,
-which must be present in the same directory as the elogd file.
+which must be present in the same directory as the elogd.cfg file.
Locked Attributes = <list>
@@ -495,10 +500,19 @@ message body is controlled by the Display mode and
Thread display = <string>
-Optional way to specify the line contents in the threaded search result. All
-standard substitutions like as described in the Subst command can be
-used here, like
-Thread display = $author, $subject
+Optional way to specify the line contents in the threaded search result. Following
+substitutions are possible:
+
+
+- $<attribute>: The value of the attribute
+
- $logbook: The name of the current logbook
+
- $entry date: The message date, formatted via "Date format"
+
- $message id: The message ID
+
+
+A typical example would be
+
+Thread display = $subject, posted by $author on $entry date
Thread icon = <attribute>