projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b5b800
)
Typo: missing closing bracket.
author
Matt Birkholz
<puck@birchwood-abbey.net>
Mon, 11 Aug 2014 22:21:11 +0000
(15:21 -0700)
committer
Matt Birkholz
<puck@birchwood-abbey.net>
Mon, 11 Aug 2014 22:21:11 +0000
(15:21 -0700)
doc/ref-manual/misc-datatypes.texi
patch
|
blob
|
history
diff --git
a/doc/ref-manual/misc-datatypes.texi
b/doc/ref-manual/misc-datatypes.texi
index e3c445ac26ee7623af8f53c42fe3f473dc3802a6..29b2cf0907c6ee26b2804baad181b5109d94037e 100644
(file)
--- 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