From: Matt Birkholz Date: Mon, 11 Aug 2014 22:21:11 +0000 (-0700) Subject: Typo: missing closing bracket. X-Git-Tag: mit-scheme-pucked-9.2.12~402^2~3 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2aac79e1a7c8e0f0bd45e5f3e5ec3d1a7f0fc07d;p=mit-scheme.git Typo: missing closing bracket. --- diff --git a/doc/ref-manual/misc-datatypes.texi b/doc/ref-manual/misc-datatypes.texi index e3c445ac2..29b2cf090 100644 --- a/doc/ref-manual/misc-datatypes.texi +++ b/doc/ref-manual/misc-datatypes.texi @@ -454,7 +454,7 @@ the current dynamic environment, its top-level value is changed. @deffn procedure let-fluid fluid value thunk @deffnx procedure let-fluids fluid value [ fluid value ] @dots{} thunk Returns the value of @var{thunk} while @var{fluid} is dynamically -bound to @var{value. @code{Let-fluids} is identical to +bound to @var{value}. @code{Let-fluids} is identical to @code{let-fluid} except that it binds an arbitrary number of fluids to new values. @end deffn