]> gitweb.factorcode.org Git - factor.git/blobdiff - core/quotations/quotations-docs.factor
Remove stack effects from HELP: declarations.
[factor.git] / core / quotations / quotations-docs.factor
index 6f742007bf031902253398ce6bd1a5d5411c8ae1..10f0ac10dc3029e8acc3e82c3050c41032eb9853 100644 (file)
@@ -64,7 +64,7 @@ HELP: 1quotation
 HELP: wrapper
 { $description "The class of wrappers. Wrappers are created by calling " { $link literalize } ". See " { $link "syntax-words" } " for syntax." } ;
 
-HELP: <wrapper> ( obj -- wrapper )
+HELP: <wrapper>
 { $values { "obj" object } { "wrapper" wrapper } }
 { $description "Creates an object which pushes " { $snippet "obj" } " on the stack when evaluated. User code should call " { $link literalize } " instead, since it avoids wrapping self-evaluating objects (which is redundant)." } ;