]> gitweb.factorcode.org Git - factor.git/blobdiff - core/continuations/continuations-docs.factor
continuations: rename catchstack* to (get-catchstack) for consistency.
[factor.git] / core / continuations / continuations-docs.factor
index 4132bacc1f561acb693b77b8b7b1b8ee35d56c9c..b188a3fb9feb82220d1de31292713a7dea4d3e29 100644 (file)
@@ -108,7 +108,7 @@ $nl
 
 ABOUT: "continuations"
 
-HELP: catchstack*
+HELP: (get-catchstack)
 { $values { "catchstack" "a vector of continuations" } }
 { $description "Outputs the current catchstack." } ;