From 2aac79e1a7c8e0f0bd45e5f3e5ec3d1a7f0fc07d Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 11 Aug 2014 15:21:11 -0700 Subject: [PATCH] Typo: missing closing bracket. --- doc/ref-manual/misc-datatypes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1