diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml
index 79d5fc3a..be99fb43 100644
--- a/common/locale/en-US/options.xml
+++ b/common/locale/en-US/options.xml
@@ -29,16 +29,26 @@
boolean Can only be on or off
number A numeric value
string A string value
- charlist A string containing a discrete set of distinct characters
+
+
+ charlist
+ A string containing a discrete set of distinct characters
+
+
stringlist
-
+
A comma-separated list of strings. Any comma appearing within single
or double quotes, or prefixed with a \, will not be treated
as an item separator.
- stringmap A comma-separated list of key-value pairs, e.g., key:val,foo:bar
+
+
+ stringmap
+ A comma-separated list of key-value pairs, e.g., key:val,foo:bar
+
+
regexlist
-
+
A comma-separated list of regular expressions. Expressions may be
prefixed with a !, in which case the match will be negated. A
literal ! at the begining of the expression may be matched with
@@ -46,8 +56,10 @@
used. Any comma appearing within single or double quotes, or prefixed
with a \, will not be treated as an item separator.
+
+
regexmap
-
+
A combination of a stringmap and a regexlist. Each key
in the key:value pair is a regexp. If the regexp begins with a
!, the sense of the match is negated, such that a non-matching