diff options
Diffstat (limited to 'dump')
-rw-r--r-- | dump/utils.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dump/utils.scm b/dump/utils.scm index 774442f..402cbb3 100644 --- a/dump/utils.scm +++ b/dump/utils.scm @@ -83,7 +83,9 @@ Syntax: VERB must be one of set, filter-set, multiset and delete. -For the set VERB, KEY is set to the result of evaluating EXPRESSION. +For the set VERB, KEY is set to the result of evaluating +EXPRESSION. Multiple set verbs on the same key will result in multiple +associations for that key. For the filter-set VERB, KEY is set to the result of evaluating EXPRESSION only if that result is not #f. |