mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Fixing \example-import in chibi docs.
This commit is contained in:
parent
dee8eb95fb
commit
28936e4db0
1 changed files with 3 additions and 1 deletions
|
@ -140,7 +140,9 @@
|
|||
(define (make-module-doc-env mod-name)
|
||||
(env-extend (make-default-doc-env)
|
||||
'(example-env)
|
||||
(list (environment '(scheme base) mod-name))))
|
||||
(list (environment '(scheme base)
|
||||
'(only (chibi) import)
|
||||
mod-name))))
|
||||
|
||||
(define (section-name tag name)
|
||||
(string-strip
|
||||
|
|
Loading…
Add table
Reference in a new issue