commit 84744d20781b20daa70d00a2ae88dade08928641
parent 482c0b162175f75a51dc3ed3b2221a3efcbc1b7e
Author: Alexander Burger <abu@software-lab.de>
Date: Mon, 5 Aug 2013 14:58:37 +0200
Minor doc addition
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/refP.html b/doc/refP.html
@@ -81,7 +81,8 @@ href="refA.html#align">align</a></code>.
<dt><a name="pair"><code>(pair 'any) -> any</code></a>
<dd>Returns <code>any</code> when the argument is a cons pair. See also <code><a
-href="refA.html#atom">atom</a></code>.
+href="refA.html#atom">atom</a></code> and <code><a
+href="refL.html#lst?">lst?</a></code>.
<pre><code>
: (pair NIL)