commit 6755f66048e841fb75d059ea0e0563a21e2601c5
parent 500f5672e2f36c9ece4c340056e180e4206eda3b
Author: Alexander Burger <abu@software-lab.de>
Date: Tue, 24 Jul 2012 07:32:46 +0200
Added "see also"
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/doc/refC.html b/doc/refC.html
@@ -175,6 +175,7 @@ href="refQ.html#quit">quit</a></code> and
<dt><a name="cd"><code>(cd 'any) -> sym</code></a>
<dd>Changes the current directory to <code>any</code>. The old directory is
returned on success, otherwise <code>NIL</code>. See also <code><a
+href="refC.html#chdir">chdir</a></code>, <code><a
href="refD.html#dir">dir</a></code> and <code><a
href="refP.html#pwd">pwd</a></code>.