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 24e6be1966c2dc717bc8f1bbd8489f44ae348e24
parent fc62f14fed4732119d726e18183bf43d18d19dc8
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue, 27 Sep 2011 08:18:30 +0200

Minor typo
Diffstat:
Mdoc/refS.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/refS.html b/doc/refS.html @@ -805,8 +805,8 @@ href="refE.html#ext?">ext?</a></code>. <dt><a name="sub?"><code>(sub? 'any1 'any2) -> any2 | NIL</code></a> <dd>Returns <code>any2</code> when the string representation of -<code>sym1</code> is a substring of the string representation of -<code>sym2</code>. See also <code><a href="refP.html#pre?">pre?</a></code>. +<code>any1</code> is a substring of the string representation of +<code>any2</code>. See also <code><a href="refP.html#pre?">pre?</a></code>. <pre><code> : (sub? "def" "abcdef")