parser: fix a typo in the docs.

db4
John Benediktsson 2011-08-26 21:07:16 -07:00
parent 6a085abd7d
commit e5b6e46702
1 changed files with 1 additions and 1 deletions

View File

@ -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." } ;