about summary refs log tree commit diff stats
path: root/doc/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/config.md b/doc/config.md
index e1b359f5..b55cf74b 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -120,7 +120,8 @@ Following is a list of buffer options:
 <td>styling</td>
 <td>boolean</td>
 <td>Enable/disable author style sheets. Note that disabling this does not affect
-user styles set in `[css]`.</td>
+user styles set in `[css]`.<br>
+Defaults to true (i.e. enabled).</td>
 </tr>
 
 <tr>
@@ -158,6 +159,14 @@ option disabled, only enabling it for specific sites in `[[siteconf]]`.
 </td>
 </tr>
 
+<tr>
+<td>autofocus</td>
+<td>boolean</td>
+<td>When set to true, elements with an "autofocus" attribute are focused on
+automatically after the buffer is loaded.<br>
+Defaults to false</td>
+</tr>
+
 </table>
 
 ## Search
@@ -784,8 +793,8 @@ are doing.</td>
 <tr>
 <td>autofocus</td>
 <td>boolean</td>
-<td>Defaults to false. When set to true, elements with an `autofocus' attribute
-are focused on automatically after the buffer is loaded.</td>
+<td>When set to true, elements with an "autofocus" attribute are focused on
+automatically after the buffer is loaded. Overrides buffer.autofocus.</td>
 </tr>
 
 </table>