commit b20be8d0d8681acb40bbb4646204884c0be146f8
parent 5b51cfeb3002a7d4d135b77b2a28250b40e3b9ed
Author: Alexander Burger <abu@software-lab.de>
Date: Mon, 3 Sep 2012 08:21:31 +0200
Minor doc fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/refL.html b/doc/refL.html
@@ -115,7 +115,7 @@ href="refS.html#step">step</a></code>.
<dt><a name="length"><code>(length 'any) -> cnt | T</code></a>
<dd>Returns the "length" of <code>any</code>. For numbers this is the number of
decimal digits in the value (plus 1 for negative values), for symbols it is the
-number of characters in the name, and for lists it is the number of elements (or
+number of characters in the name, and for lists it is the number of cells (or
<code>T</code> for circular lists). See also <code><a
href="refS.html#size">size</a></code>.