commit 9bf80eaef1de2067e4f10228d659a1a1ebca9c61
parent bc7d411ec5d3cd5764a43d0ee262a6e1801e5c1f
Author: Alexander Burger <abu@software-lab.de>
Date: Tue, 17 Jan 2012 14:59:42 +0100
Minor doc addition
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/refD.html b/doc/refD.html
@@ -528,8 +528,9 @@ and file name (if any) are stored in the <code>*Dbg</code> property of
<dt><a name="default"><code>(default var 'any ..) -> any</code></a>
<dd>Stores new values <code>any</code> in the <code>var</code> arguments only if
their current values are <code>NIL</code>. Otherwise, their values are left
-unchanged. <code>default</code> is used typically in functions to initialize
-optional arguments.
+unchanged. In any case, the last <code>var</code>'s value is returned.
+<code>default</code> is used typically in functions to initialize optional
+arguments.
<pre><code>
: (de foo (A B) # Function with two optional arguments