diff options
Diffstat (limited to 'function-reference/query-functions/text.xml')
-rw-r--r-- | function-reference/query-functions/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/function-reference/query-functions/text.xml b/function-reference/query-functions/text.xml index 529bb77..49de81b 100644 --- a/function-reference/query-functions/text.xml +++ b/function-reference/query-functions/text.xml @@ -23,7 +23,7 @@ query variables and similar state. <c>use flagname</c> </ti> <ti> - Returns a true value if and only if <c>flagname</c> is enabled. + Returns a true value if <c>flagname</c> is enabled, false otherwise. The condition is inverted if prefixed with an exclamation mark, <c>!flagname</c>. It is guaranteed that <c>use</c> produces no output. |