diff options
Diffstat (limited to 'doc/ref')
-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 baba6cbca..761ce17e9 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} <dynref> fluid -@deftpx {External Representation} (dynref @var{fluid}) -A dynamic variable reference. @var{fluid} should be a Tree-IL -expression evaluating to a fluid. -@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 |