]> gitweb.factorcode.org Git - factor.git/commitdiff
stack-checker.backend-docs: fix help on ensure-d (issue #1854) 1855/head
authorAlexander Iljin <ajsoft@yandex.ru>
Sun, 27 Aug 2017 10:03:35 +0000 (13:03 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Sun, 27 Aug 2017 10:06:14 +0000 (13:06 +0300)
basis/stack-checker/backend/backend-docs.factor

index 8dad8772a15619f21e8b6f08bb0437f35164e935..f60e2e69bacd2d8fd73e739e0dea5f9c3fd6c9d2 100644 (file)
@@ -19,7 +19,7 @@ HELP: end-infer
 
 HELP: ensure-d
 { $values { "n" integer } { "values" sequence } }
-{ $description "Does something important.." } ;
+{ $description "Makes sure there is room for at least " { $snippet "n" } " items in " { $link meta-d } " starting from " { $link inner-d-index } ". Modifies " { $link meta-d } " and " { $link inner-d-index } ". Returns the last " { $snippet "n" } " items of " { $link meta-d } "." } ;
 
 HELP: infer-literal-quot
 { $values { "literal" literal-tuple } }