diff options
author | Mikael Djurfeldt <mikael@djurfeldt.com> | 2018-10-31 19:08:58 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2019-05-23 17:14:21 +0200 |
commit | a83de07e35e48e5f1629baaa160b120efe54fefb (patch) | |
tree | 5b6b0fbc5ce67646418eb93095784f5541bb0d5a /doc/ref/api-control.texi | |
parent | af1d55bcca8005e46212ba89235dfebcd97a12a3 (diff) | |
download | guile-a83de07e35e48e5f1629baaa160b120efe54fefb.tar.gz |
Documentation fixes
* doc/ref/api-control:
* doc/ref/compiler.texi: Language fixes
* doc/ref/compiler ($kfun): Renamed argument clauses -> clause.
Diffstat (limited to 'doc/ref/api-control.texi')
-rw-r--r-- | doc/ref/api-control.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |