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 ae2da1f4e7c00ea0f05df2aacc5a33713560d30e
parent 6488b97701fc038319c08e6d3abb3748ce09b01c
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed,  5 Jun 2013 08:13:03 +0200

Minor reference changes
Diffstat:
Mdoc/ref.html | 2+-
Mdoc/refS.html | 5++++-
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/ref.html b/doc/ref.html @@ -1602,7 +1602,7 @@ include <dt><code><a href="refH.html#+Hook">+Hook</a></code> <dd>A reference to an entity holding object-local index trees <dt><code><a href="refJ.html#+Joint">+Joint</a></code> - <dd>A bi-directional reference to some other entity + <dd>A bidirectional reference to some other entity </dl> <li>Container prefix classes like <dl> diff --git a/doc/refS.html b/doc/refS.html @@ -92,7 +92,10 @@ href="ref.html#dbase">Database</a>. <dd>Prefix class for <code><a href="refR.html#+relation">+relation</a></code>s where the data are to be stored in the value of a separate external symbol instead of the relation's object. Typically used for data which are relatively -large and/or rarely accessed. See also <a href="ref.html#dbase">Database</a>. +large and/or rarely accessed. Doesn't work with bidirectional relations +(<code><a href="refJ.html#+Joint">+Joint</a></code> or <code><a +href="refI.html#+index">+index</a></code>). See also <a +href="ref.html#dbase">Database</a>. <pre><code> (rel pw (+Swap +String)) # Password