commit 8612883c26040fbf8e72165d237cdd17da0584d4
parent e9418ec529cd93923b89c23e787aaf9203cff807
Author: Alexander Burger <abu@software-lab.de>
Date: Sun, 19 May 2013 12:06:44 +0200
Minor doc addition
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/refT.html b/doc/refT.html
@@ -490,10 +490,10 @@ href="refD.html#*Dbg">*Dbg</a></code>.
<dt><a name="trail"><code>(trail ['flg]) -> lst</code></a>
<dd>(64-bit version only) Returns a stack backtrace for the current point of
program execution, The list elements are either expressions (denoting function
-or method calls), or symbols followed by their corresponding values. If
-<code>flg</code> is <code>NIL</code>, the symbols and their values are omitted,
-and only the expressions are returned. See also <code><a
-href="refU.html#up">up</a></code> and <code><a
+or method calls), or symbols followed by their corresponding values.
+<code>flg</code> defaults to <code>T</code>. If it is <code>NIL</code>, the
+symbols and their values are omitted, and only the expressions are returned. See
+also <code><a href="refU.html#up">up</a></code> and <code><a
href="refE.html#env">env</a></code>.
<pre><code>