@ -2835,7 +2835,7 @@ iteration halts when either of the following conditions is satisfied:
tested using `equal-test`. If `equal-test` is not specified,
`equal` is used. For functions over the floating point
numbers, it may be necessary to provide an appropriate
appoximate comparison test.
approximate comparison test.
2. `halt-test` returns a non-nil value. `halt-test` defaults to a
simple counter that returns t after `-fixfn-max-iterations`,
@ -169,7 +169,7 @@ iteration halts when either of the following conditions is satisfied:
tested using EQUAL-TEST. If EQUAL-TEST is not specified,
`equal' is used. For functions over the floating point
2. HALT-TEST returns a non-nil value. HALT-TEST defaults to a
simple counter that returns t after `-fixfn-max-iterations',
@ -2752,7 +2752,7 @@ offered in a separate package: ‘dash-functional‘.
1. Iteration converges to the fixpoint, with equality being
tested using EQUAL-TEST. If EQUAL-TEST is not specified, ‘equal’
is used. For functions over the floating point numbers, it may
be necessary to provide an appropriate appoximate comparison
be necessary to provide an appropriate approximate comparison
test.
@ -4330,7 +4330,7 @@ iteration halts when either of the following conditions is satisfied:
tested using @var{equal-test}. If @var{equal-test} is not specified,
@code{equal} is used. For functions over the floating point
2. @var{halt-test} returns a non-nil value. @var{halt-test} defaults to a
simple counter that returns t after @code{-fixfn-max-iterations},