[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 01/01: Fix documentation build
From: |
Andy Wingo |
Subject: |
[Guile-commits] 01/01: Fix documentation build |
Date: |
Tue, 7 Mar 2017 15:34:20 -0500 (EST) |
wingo pushed a commit to branch master
in repository guile.
commit 1e51ffa63422c28572aa4ab1a5b3924d54614485
Author: Andy Wingo <address@hidden>
Date: Tue Mar 7 21:34:01 2017 +0100
Fix documentation build
* doc/ref/api-control.texi (Fluids and Dynamic States): Fix link.
---
doc/ref/api-control.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi
index b0c9e72..2d696ea 100644
--- 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!}.
address@hidden Variables}, for further notes on fluids, threads,
address@hidden Local Variables}, for further notes on fluids, threads,
parameters, and dynamic states.
@deffn {Scheme Procedure} make-fluid [dflt]