From 49e57413bfe448897453b9b381f052c0f6b3beed Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Wed, 26 Aug 2009 16:08:33 +0000 Subject: [PATCH] scribble: fix typo svn: r15801 --- collects/scribblings/reference/control-lib.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/control-lib.scrbl b/collects/scribblings/reference/control-lib.scrbl index 7c9ee04ebb..1729afc1ca 100644 --- a/collects/scribblings/reference/control-lib.scrbl +++ b/collects/scribblings/reference/control-lib.scrbl @@ -12,7 +12,7 @@ few extra convenience forms. These control operators are implemented in terms of @scheme[call-with-continuation-prompt], @scheme[call-with-composable-continuations], etc., and they generally work sensibly together. Many are redundant; for example, -@scheme[reset] and @scheme[shift] are aliases. +@scheme[reset] and @scheme[prompt] are aliases. @; ----------------------------------------------------------------------