Fix documentation build
authorAndy Wingo <wingo@pobox.com>
Tue, 7 Mar 2017 20:34:01 +0000 (21:34 +0100)
committerAndy 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

index b0c9e7202604c6f40d976e973cf70859413c80bd..2d696ea8956a60a64a6a0eb73f5344eebd86ba67 100644 (file)
@@ -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]