Changeset 12756
- Timestamp:
- Sep 3, 2009, 3:39:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/describe.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/describe.lisp
r12682 r12756 1169 1169 "Arglist unknown"))) 1170 1170 (list arglist label (if type :colon '(:comment (:plain))))))) 1171 (when doc (list ( substitute #\space #\newline doc) "Documentation" :colon))1171 (when doc (list (list (substitute #\space #\newline doc) "Documentation" :colon))) 1172 1172 (when sn (list (list sn "Source Location" :colon)))))) 1173 1173 (setf (slot-value f 'header-lines) lines)
Note:
See TracChangeset
for help on using the changeset viewer.
