commit 5ad9de49c952fd7b974209c78eb513790218b608 parent f9e656305bbeb733a1e324b6e4191fb7ac90e6f7 Author: Alexander Burger <abu@software-lab.de> Date: Sun, 6 Mar 2011 09:05:23 +0100 'pad' accepts 'any' Diffstat:
M | doc/refP.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/refP.html b/doc/refP.html @@ -50,8 +50,8 @@ href="refG.html#glue">glue</a></code>. -> "car is 1 symbol name" </code></pre> -<dt><a name="pad"><code>(pad 'cnt 'num) -> sym</code></a> -<dd>Returns a transient symbol with <code>num</code> <code><a +<dt><a name="pad"><code>(pad 'cnt 'any) -> sym</code></a> +<dd>Returns a transient symbol with <code>any</code> <code><a href="refP.html#pack">pack</a></code>ed with leading '0' characters, up to a field width of <code>cnt</code>. See also <code><a href="refF.html#format">format</a></code> and <code><a