picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit bf470bab8139f5eb20f222f7e58985fa03b3ad36
parent 9835e36af193b2903991f4953c991fae2cecffde
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 11 Jan 2012 10:53:35 +0100

Typo
Diffstat:
Mdoc/refM.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/refM.html b/doc/refM.html @@ -348,7 +348,7 @@ href="refG.html#genKey">genKey</a></code>. <dt><a name="maxi"><code>(maxi 'fun 'lst ..) -> any</code></a> <dd>Applies <code>fun</code> to each element of <code>lst</code>. When additional <code>lst</code> arguments are given, their elements are also passed -to <code>fun</code>. Returns that element from <code>lst</code> for that +to <code>fun</code>. Returns that element from <code>lst</code> for which <code>fun</code> returned a maximal value. See also <code><a href="refM.html#mini">mini</a></code> and <code><a href="refS.html#sort">sort</a></code>. @@ -493,7 +493,7 @@ href="refG.html#genKey">genKey</a></code>. <dt><a name="mini"><code>(mini 'fun 'lst ..) -> any</code></a> <dd>Applies <code>fun</code> to each element of <code>lst</code>. When additional <code>lst</code> arguments are given, their elements are also passed -to <code>fun</code>. Returns that element from <code>lst</code> for that +to <code>fun</code>. Returns that element from <code>lst</code> for which <code>fun</code> returned a minimal value. See also <code><a href="refM.html#maxi">maxi</a></code> and <code><a href="refS.html#sort">sort</a></code>.