commit ebf46fdf96c63cef07cc973bf646cedcdf54f773
parent b824c70ac31832615e542d233fd76defa034015c
Author: Alexander Burger <abu@software-lab.de>
Date: Sat, 25 May 2013 19:24:53 +0200
Fix 'trail' reference ('flg' default)
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.
-<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
+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
href="refE.html#env">env</a></code>.
<pre><code>