parser: fix a typo in the docs.
parent
9199920f03
commit
c5243a079b
|
|
@ -216,7 +216,7 @@ HELP: parse-fresh
|
|||
|
||||
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 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
|
||||
{ $description "Forgets removed definitions." } ;
|
||||
|
|
|
|||
Loading…
Reference in New Issue