Changeset 14714
- Timestamp:
- Apr 15, 2011, 1:02:25 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/misc.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/misc.lisp
r14327 r14714 257 257 (defmethod documentation ((f function) (doc-type (eql 'function))) 258 258 (documentation f t)) 259 260 (defmethod documentation ((slot slot-definition) (doc-type t)) 261 (when (or (eq doc-type t)(eq doc-type 'slot-definition)) 262 (slot-definition-documentation slot))) 259 263 260 264 (defmethod (setf documentation) ((new t)
Note:
See TracChangeset
for help on using the changeset viewer.
