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.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/config.md b/doc/config.md
index d18c3fa1..6b6d5dd2 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -301,7 +301,7 @@ passed as arguments are matched as well.</td>
 </tr>
 
 <tr>
-<td>substitute</td>
+<td>substitute-url</td>
 <td>JavaScript function</td>
 <td>A JavaScript function Chawan will pass the input string to. If a new string is
 returned, it will be parsed instead of the old one.</td>
@@ -396,6 +396,18 @@ Defaults to false.
 </td>
 </tr>
 
+<tr>
+<td>scripting</td>
+<td>boolean</td>
+<td>Enable/disable JavaScript execution on this site.</td>
+</tr>
+
+<tr>
+<td>document-charset</td>
+<td>boolean</td>
+<td>Specify the default encoding for this site. Overrides document-charset
+in [encoding].</td>
+</tr>
 
 </table>