Changeset 13961
- Timestamp:
- Jul 14, 2010, 12:23:00 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/describe.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/describe.lisp
r13678 r13961 1231 1231 "Arglist unknown"))) 1232 1232 (list arglist label (if type :colon '(:comment (:plain))))))) 1233 (list (list (ccl::lfun-bits o) "Bits" :colon)) 1234 (list (list (ccl::%lfun-info o) "Plist" :colon)) 1233 1235 (when doc (list (list (substitute #\space #\newline doc) "Documentation" :colon))) 1234 1236 (when sn (list (list sn "Source Location" :colon))))))
Note:
See TracChangeset
for help on using the changeset viewer.
