diff --git a/options.xhtml b/options.xhtml index 9876a7c71..5df5cb0f3 100644 --- a/options.xhtml +++ b/options.xhtml @@ -15914,12 +15914,12 @@ strings concatenated with “\n” or attribute set of (strings concatenated wit

Stylesets added to $HOME/.config/aerc/stylesets/.

See aerc-stylesets(7).

Type: -attribute set of ((attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)) or strings concatenated with “\n”)

+attribute set of (strings concatenated with “\n” or attribute set of (strings concatenated with “\n” or attribute set of (values (null, bool, int, string, or float) or a list of values, that will be joined with a comma)))

Default: { }

-

Example:

{ default = { ui = { "tab.selected.reverse" = toggle; }; }; };
+

Example:

{ default = { ui = { "tab.selected.reverse" = "toggle"; }; }; };