projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb8c91a
)
Fix documentation build
author
Andy Wingo
<wingo@pobox.com>
Tue, 7 Mar 2017 20:34:01 +0000
(21:34 +0100)
committer
Andy Wingo
<wingo@pobox.com>
Tue, 7 Mar 2017 20:34:01 +0000
(21:34 +0100)
* doc/ref/api-control.texi (Fluids and Dynamic States): Fix link.
doc/ref/api-control.texi
patch
|
blob
|
history
diff --git
a/doc/ref/api-control.texi
b/doc/ref/api-control.texi
index b0c9e7202604c6f40d976e973cf70859413c80bd..2d696ea8956a60a64a6a0eb73f5344eebd86ba67 100644
(file)
--- a/
doc/ref/api-control.texi
+++ b/
doc/ref/api-control.texi
@@
-1727,7
+1727,7
@@
used for testing whether an object is actually a fluid. The values
stored in a fluid can be accessed with @code{fluid-ref} and
@code{fluid-set!}.
-@xref{Thread
-
Local Variables}, for further notes on fluids, threads,
+@xref{Thread
Local Variables}, for further notes on fluids, threads,
parameters, and dynamic states.
@deffn {Scheme Procedure} make-fluid [dflt]