commit d47d6364f278eae3e7ccb19322fd09aedcceadff
parent c5ef73f92c948e2858c9d583d865259701cba3ad
Author: Commit-Bot <unknown>
Date: Fri, 1 Oct 2010 07:18:49 +0000
Automatic commit from picoLisp.tgz, From: Fri, 01 Oct 2010 07:18:49 GMT
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/refN.html b/doc/refN.html
@@ -245,7 +245,7 @@ href="ref.html#dbase">Database</a></code>.
<dt><a name="new!"><code>(new! 'typ ['any ..]) -> obj</code></a>
<dd><a href="ref.html#trans">Transaction</a> wrapper function for <code><a
href="refN.html#new">new</a></code>. <code>(new! '(+Cls) 'key 'val ...)</code>
-is equivalent to <code>(dbSync) (new (db: +Cls) 'key 'val ...) (commit
+is equivalent to <code>(dbSync) (new (db: +Cls) '(+Cls) 'key 'val ...) (commit
'upd)</code>. See also <code><a href="refS.html#set!">set!</a></code>, <code><a
href="refP.html#put!">put!</a></code> and <code><a
href="refI.html#inc!">inc!</a></code>.