fix problem using both #:doc and #:tag-prefixes for secref
Merge to v5.0
This commit is contained in:
parent
85b59a2f4c
commit
e8fe67991e
|
@ -226,7 +226,9 @@
|
|||
(case-lambda
|
||||
[(doc s)
|
||||
(if doc
|
||||
(list (module-path-prefix->string doc) s)
|
||||
(if (list? s)
|
||||
(cons (module-path-prefix->string doc) s)
|
||||
(list (module-path-prefix->string doc) s))
|
||||
s)]
|
||||
[(doc prefix s)
|
||||
(doc-prefix doc (if prefix
|
||||
|
|
Loading…
Reference in New Issue
Block a user