From a83de07e35e48e5f1629baaa160b120efe54fefb Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Wed, 31 Oct 2018 19:08:58 +0100 Subject: Documentation fixes * doc/ref/api-control: * doc/ref/compiler.texi: Language fixes * doc/ref/compiler ($kfun): Renamed argument clauses -> clause. --- doc/ref/api-control.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ref/api-control.texi') diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi index 2d696ea89..c0d1c1800 100644 --- a/doc/ref/api-control.texi +++ b/doc/ref/api-control.texi @@ -1699,7 +1699,7 @@ file descriptors), in Guile you can arrange to call a function while binding a fluid to a particular value. That association between fluid and value will exist during the dynamic extent of the function call. -Fluids are a therefore a building block for implementing dynamically +Fluids are therefore a building block for implementing dynamically scoped variables. Dynamically scoped variables are useful when you want to set a variable to a value during some dynamic extent in the execution of your program and have them revert to their original value when the -- cgit v1.2.3