Changeset 13208


Ignore:
Timestamp:
02/08/11 18:01:19 (13 years ago)
Author:
ehuelsmann
Message:

Add documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/clos.lisp

    r13207 r13208  
    25612561
    25622562(defun check-initargs (gf-list args instance shared-initialize-param initargs)
     2563  "Checks the validity of `initargs' for the generic functions in `gf-list' when
     2564called with `args' by calculating the applicable methods for each gf.
     2565The applicable methods for SHARED-INITIALIZE based on `instance',
     2566`shared-initialize-param' and `initargs' are added to the list of
     2567applicable methods."
    25632568  (when (oddp (length initargs))
    25642569    (error 'program-error
Note: See TracChangeset for help on using the changeset viewer.