summaryrefslogtreecommitdiff
path: root/doc/ref/api-control.texi
diff options
context:
space:
mode:
authorJason Earl <jearl@notengoamigos.org>2013-03-10 22:29:18 +0100
committerAndy Wingo <wingo@pobox.com>2013-03-10 22:29:18 +0100
commita4b4fbbdaa3542e35ea436179200d071b57ff1ca (patch)
treebb2bbf36dac2a0e8ebe3201b77864a9beea4d673 /doc/ref/api-control.texi
parente9381f58d1b0c9d8882328efecf938b45817e3dd (diff)
downloadguile-a4b4fbbdaa3542e35ea436179200d071b57ff1ca.tar.gz
excise use of "iff" in the manual
* doc/ref/api-compound.texi: * doc/ref/api-control.texi: * doc/ref/api-data.texi: * doc/ref/api-macros.texi: * doc/ref/api-modules.texi: * doc/ref/api-procedures.texi: * doc/ref/api-scheduling.texi: * doc/ref/api-smobs.texi: * doc/ref/api-undocumented.texi: * doc/ref/api-utility.texi: * doc/ref/compiler.texi: * doc/ref/intro.texi: * doc/ref/scheme-using.texi: * doc/ref/sxml.texi: * doc/ref/web.texi: Change uses of "iff" to "if, otherwise". Fixes bug 10302.
Diffstat (limited to 'doc/ref/api-control.texi')
-rw-r--r--doc/ref/api-control.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi
index ea943d360..320812dfb 100644
--- a/doc/ref/api-control.texi
+++ b/doc/ref/api-control.texi
@@ -200,7 +200,7 @@ For this clause type, @var{test} may return multiple values, and
@code{cond} ignores its boolean state; instead, @code{cond} evaluates
@var{guard} and applies the resulting procedure to the value(s) of
@var{test}, as if @var{guard} were the @var{consumer} argument of
-@code{call-with-values}. Iff the result of that procedure call is a
+@code{call-with-values}. If the result of that procedure call is a
true value, it evaluates @var{expression} and applies the resulting
procedure to the value(s) of @var{test}, in the same manner as the
@var{guard} was called.