diff options
Diffstat (limited to 'doc/ref/compiler.texi')
-rw-r--r-- | doc/ref/compiler.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi index 761ce17e9..408c10809 100644 --- a/doc/ref/compiler.texi +++ b/doc/ref/compiler.texi @@ -466,11 +466,6 @@ evaluate to fluids, and @var{vals} a corresponding list of expressions to bind to the fluids during the dynamic extent of the evaluation of @var{body}. @end deftp -@deftp {Scheme Variable} <dynset> fluid exp -@deftpx {External Representation} (dynset @var{fluid} @var{exp}) -A dynamic variable set. @var{fluid}, a Tree-IL expression evaluating -to a fluid, will be set to the result of evaluating @var{exp}. -@end deftp @deftp {Scheme Variable} <prompt> tag body handler @deftpx {External Representation} (prompt @var{tag} @var{body} @var{handler}) A dynamic prompt. Instates a prompt named @var{tag}, an expression, |