Changeset 12663


Ignore:
Timestamp:
05/10/10 04:15:25 (14 years ago)
Author:
Mark Evenson
Message:

Adjust JCLASS docstring to reflect optional classloader argument.

File:
1 edited

Legend:

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

    r12662 r12663  
    122122        pf_jclass()
    123123        {
    124             super(Symbol.JCLASS, "name-or-class-ref",
     124            super(Symbol.JCLASS, "name-or-class-ref &optional class-loader",
    125125                  "Returns a reference to the Java class designated by NAME-OR-CLASS-REF. If the CLASS-LOADER parameter is passed, the class is resolved with respect to the given ClassLoader.");
    126126        }
Note: See TracChangeset for help on using the changeset viewer.