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 2d214b708ecd4c07e5a3d02d68ab80ba0cfb2202
parent 33bb3c56c72f0459e650299bd1e77d6021ddad89
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat,  9 Jul 2011 18:28:38 +0200

Minor mistype
Diffstat:
Mdoc/refF.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/refF.html b/doc/refF.html @@ -207,7 +207,7 @@ href="refF.html#filter">filter</a></code>. <dt><a name="fish"><code>(fish 'fun 'any) -> lst</code></a> <dd>Applies <code>fun</code> to each element - and recursively to all sublists - -of <code>lst</code>. Returns a list of all items where <code>fun</code> returned +of <code>any</code>. Returns a list of all items where <code>fun</code> returned non-<code>NIL</code>. See also <code><a href="refF.html#filter">filter</a></code>.