From 9d1c0898bf13928844f33116e6c9b101edb364ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Wed, 29 Dec 2010 22:02:14 +0100 Subject: [PATCH] Document the 'set opt!=foo,bar' semantics for string options. --- common/locale/en-US/options.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 1df23ba9..fb56a4d9 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -181,6 +181,10 @@ foo,baz

has the same result as

bar,baz + +

This extends to string options in a natural way, e.g.

+ always,never +

toggles between the two values.