mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
Fix typo
This commit is contained in:
parent
d53b2a5768
commit
f6ec81ec6e
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ strings."
|
|||
`(,report-function x stream))))))
|
||||
,@(when documentation
|
||||
`((EVAL-WHEN (COMPILE LOAD EVAL)
|
||||
(SETF (DOCUMENTATION ',name) ',documentation))))
|
||||
(SETF (DOCUMENTATION ',name 'TYPE) ',documentation))))
|
||||
',NAME)))
|
||||
|
||||
(defun make-condition (type &rest slot-initializations)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue