diff --git a/lib/chibi/doc.scm b/lib/chibi/doc.scm index 3dc2ced7..d4b4198e 100644 --- a/lib/chibi/doc.scm +++ b/lib/chibi/doc.scm @@ -235,7 +235,7 @@ (define (expand-docs sxml env) (cond - ((list? sxml) + ((pair? sxml) (cond ((symbol? (car sxml)) (let ((op (env-ref env (car sxml))))