1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 06:55:46 +01:00

Document the 'set opt!=foo,bar' semantics for string options.

This commit is contained in:
Štěpán Němec
2010-12-29 22:02:14 +01:00
parent c866a2ce15
commit 9d1c0898bf

View File

@@ -181,6 +181,10 @@
<set opt="opt" op="!="><str delim="">foo</str>,<str delim="">baz</str></set>
<p>has the same result as</p>
<set opt="opt"><str delim="">bar</str>,<str delim="">baz</str></set>
<p>This extends to string options in a natural way, e.g.</p>
<set opt="stal" op="!="><str delim="">always</str>,<str delim="">never</str></set>
<p>toggles between the two values.</p>
</description>
</item>