Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • gerd's avatar
    03bba02d
    * pcl/defs.lisp (standard-method): Change superclass · 03bba02d
    gerd authored
    plist-mixin to documentation-mixin so that we don't throw
    away the method documentation.
    
    * pcl/cmucl-documentation.lisp (setf documentation): Use
    set-random-documentation.
    
    * pcl/defcombin.lisp (set-random-documentation): New function.
    (load-short-defcombin, load-long-defcombin): Use it.
    
    * pcl/env.lisp (describe-object) <standard-generic-function>:
    Print the generic function doc string, if any.  Print method doc
    strings.
    (describe-object) <class>: Print slots.
    
    * code/describe.lisp (describe-symbol): If a class names
    a PCL class, describe-object the PCL class.
    03bba02d
    History
    * pcl/defs.lisp (standard-method): Change superclass
    gerd authored
    plist-mixin to documentation-mixin so that we don't throw
    away the method documentation.
    
    * pcl/cmucl-documentation.lisp (setf documentation): Use
    set-random-documentation.
    
    * pcl/defcombin.lisp (set-random-documentation): New function.
    (load-short-defcombin, load-long-defcombin): Use it.
    
    * pcl/env.lisp (describe-object) <standard-generic-function>:
    Print the generic function doc string, if any.  Print method doc
    strings.
    (describe-object) <class>: Print slots.
    
    * code/describe.lisp (describe-symbol): If a class names
    a PCL class, describe-object the PCL class.