parser: fix docs for filter-moved.

db4
John Benediktsson 2013-03-10 20:40:40 -07:00
parent b2ffa02fff
commit c677e34880
1 changed files with 2 additions and 2 deletions

View File

@ -246,8 +246,8 @@ HELP: parse-fresh
{ $errors "Throws a parse error if the input is malformed." } ;
HELP: filter-moved
{ $values { "assoc1" assoc } { "assoc2" assoc } { "seq" "an sequence of definitions" } }
{ $description "Removes all definitions from " { $snippet "assoc2" } " which are in " { $snippet "assoc1" } " or are no longer present in the current " { $link file } "." } ;
{ $values { "set1" set } { "set2" set } { "seq" "an sequence of definitions" } }
{ $description "Removes all definitions from " { $snippet "set2" } " which are in " { $snippet "set1" } " or are no longer present in the current " { $link file } "." } ;
HELP: forget-smudged
{ $description "Forgets removed definitions." } ;