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 a7e28d9f078ef3786e010b7464155b57e05edd44
parent cffa068511beb7b085abbe67d22b87f3bb37ebe3
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue,  1 Feb 2011 12:08:42 +0100

Minor docs change: demo/ is obsolete
Diffstat:
Mdoc/app.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/app.html b/doc/app.html @@ -259,13 +259,13 @@ contents. href="refA.html#allow">allow</a></code> functions <pre><code> -(allowed ("img/" "demo/") +(allowed ("img/") "favicon.ico" "lib.css" "@start" "customer.l" "article.l") </code></pre> <p>This is usually called in the beginning of an application, and allows access -to the directories "img/" and "demo/", to the function 'start', and to the files +to the directory "img/", to the function 'start', and to the files "favicon.ico", "lib.css", "customer.l" and "article.l". <p>Later in the program, <code>*Allow</code> may be dynamically extended with