]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/presentations/presentations-docs.factor
update some docs that should use $quotation.
[factor.git] / basis / ui / gadgets / presentations / presentations-docs.factor
index 3404f1d7f63679ab0c35d6582e6bda551a7f10f6..81f0e4565d6605084533411e25bf0df3859d0538 100644 (file)
@@ -11,7 +11,7 @@ $nl
 "Presentations have two slots:"
 { $list
     { { $snippet "object" } " - the object being presented." }
-    { { $snippet "hook" } " - a quotation with stack effect " { $snippet "( presentation -- )" } ". The default value is " { $snippet "[ drop ]" } "." }
+    { { $snippet "hook" } " - " { $quotation "( presentation -- )" } ". The default value is " { $snippet "[ drop ]" } "." }
 } } ;
 
 HELP: invoke-presentation