parser: fix a typo in the docs.
parent
6a085abd7d
commit
e5b6e46702
|
@ -216,7 +216,7 @@ HELP: parse-fresh
|
||||||
|
|
||||||
HELP: filter-moved
|
HELP: filter-moved
|
||||||
{ $values { "assoc1" assoc } { "assoc2" assoc } { "seq" "an sequence of definitions" } }
|
{ $values { "assoc1" assoc } { "assoc2" assoc } { "seq" "an sequence of definitions" } }
|
||||||
{ $description "Removes all definitions from " { $snippet "assoc2" } " which are in " { $snippet "assoc1" } " or are are no longer present in the current " { $link file } "." } ;
|
{ $description "Removes all definitions from " { $snippet "assoc2" } " which are in " { $snippet "assoc1" } " or are no longer present in the current " { $link file } "." } ;
|
||||||
|
|
||||||
HELP: forget-smudged
|
HELP: forget-smudged
|
||||||
{ $description "Forgets removed definitions." } ;
|
{ $description "Forgets removed definitions." } ;
|
||||||
|
|
Loading…
Reference in New Issue