From 92cd925d8909d7ed0652a02fc9c840505eefba41 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sun, 9 Mar 2008 14:49:08 +0100 Subject: [PATCH] cleared up and add questions about intent of work. --- lsobjects.lsp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lsobjects.lsp b/lsobjects.lsp index 442d9af..50e603e 100644 --- a/lsobjects.lsp +++ b/lsobjects.lsp @@ -576,10 +576,11 @@ RETURNS: method-name." (defmacro defproto (name &optional ivars cvars parents doc) -"Syntax (defproto name &optional ivars cvars (parent *object*) doc) -Makes a new object prototype with instance variables IVARS, 'class' -variables CVARS and parents PARENT. PARENT can be a single object or -a list of objects. IVARS and CVARS must be lists." + "Syntax (defproto name &optional ivars cvars (parent *object*) doc) +Makes a new object prototype with instantiated/set variables IVARS, +'class' variables CVARS (class or 'cleared'??)) and parents +PARENT. PARENT can be a single object or a list of objects. IVARS and +CVARS must be lists." (let ((obsym (gensym)) (namesym (gensym)) (parsym (gensym))) -- 2.11.4.GIT