Typo: missing closing bracket.
authorMatt Birkholz <puck@birchwood-abbey.net>
Mon, 11 Aug 2014 22:21:11 +0000 (15:21 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Mon, 11 Aug 2014 22:21:11 +0000 (15:21 -0700)
doc/ref-manual/misc-datatypes.texi

index e3c445ac26ee7623af8f53c42fe3f473dc3802a6..29b2cf0907c6ee26b2804baad181b5109d94037e 100644 (file)
@@ -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