fix secref contract

Change contract for secref's `#:doc` argument to match the documentation
 and the keyword's default value.
This commit is contained in:
Ben Greenman 2018-02-11 20:31:03 -05:00
parent e07fac631c
commit c226128747

View File

@ -562,7 +562,7 @@
#:rest (listof pre-content?)
element?)]
[secref (->* (string?)
(#:doc module-path?
(#:doc (or/c #f module-path?)
#:tag-prefixes (or/c #f (listof string?))
#:underline? any/c
#:link-render-style (or/c #f link-render-style?))