picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit df107bed5a083367bcb459a895c8e63f2db096a2
parent 3be3dd2b2f38086868edd20b579bd9dd1b28aed7
Author: Alexander Burger <abu@software-lab.de>
Date:   Sun,  3 Mar 2013 14:23:53 +0100

Minor mistype
Diffstat:
Mdoc/refT.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/refT.html b/doc/refT.html @@ -491,7 +491,7 @@ href="refD.html#*Dbg">*Dbg</a></code>. <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 symbol and their values are omitted, +<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>.