From 601920139a34844b29d0c8fc33f3ddf5f2384a1d Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Tue, 1 Dec 2009 14:13:21 -0500 Subject: [PATCH] Documentation fixes from Robert Goldman: * Fix URL for Kent Pitman paper (thanks to Nuntius) * Specify defsystem grammar entry for method-form --- asdf.texinfo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/asdf.texinfo b/asdf.texinfo index 4eb5596f..34d05386 100644 --- a/asdf.texinfo +++ b/asdf.texinfo @@ -477,6 +477,9 @@ required-op := operation-name | feature simple-component-name := string | symbol + +method-form := (operation-name qual lambda-list &rest body) +qual := method qualifier @end verbatim @subsection Serial dependencies @@ -1477,7 +1480,7 @@ whereas this one centres on a protocol for system introspection. @section kmp's ``The Description of Large Systems'', MIT AI Memu 801 Available in updated-for-CL form on the web at -@url{http://world.std.com/~pitman/Papers/Large-Systems.html} +@url{http://nhplace.com/kent/Papers/Large-Systems.html} In our implementation we borrow kmp's overall PROCESS-OPTIONS and concept to deal with creating component trees from defsystem surface -- GitLab