From bee46baecb21bb15d4e729bbf6d48d4dcd38b6cf Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 13 Aug 2015 17:52:40 -0700 Subject: [PATCH] continuations: rename catchstack* to (get-catchstack) for consistency. --- core/continuations/continuations-docs.factor | 2 +- core/continuations/continuations.factor | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/continuations/continuations-docs.factor b/core/continuations/continuations-docs.factor index 4132bacc1f..b188a3fb9f 100644 --- a/core/continuations/continuations-docs.factor +++ b/core/continuations/continuations-docs.factor @@ -108,7 +108,7 @@ $nl ABOUT: "continuations" -HELP: catchstack* +HELP: (get-catchstack) { $values { "catchstack" "a vector of continuations" } } { $description "Outputs the current catchstack." } ; diff --git a/core/continuations/continuations.factor b/core/continuations/continuations.factor index 552143b7ff..c7507a147a 100644 --- a/core/continuations/continuations.factor +++ b/core/continuations/continuations.factor @@ -19,14 +19,14 @@ SYMBOL: restarts