fix documentation of the prompt installed by `module'

This commit is contained in:
Matthew Flatt 2012-09-05 09:07:58 -06:00
parent 3d8fc4ad01
commit 3a7724e422

View File

@ -241,7 +241,8 @@ its order within a given module). Then, expressions and definitions
are evaluated in order as they appear within the module. Each
evaluation of an expression or definition is wrapped with a
continuation prompt (see @racket[call-with-continuation-prompt]) for
the default continuation and using the default prompt handler.
the default continuation and using a prompt handler that re-aborts
and propagates its argument to the next enclosing prompt.
Accessing a @tech{module-level variable} before it is defined signals
a run-time error, just like accessing an undefined global variable.