diff --git a/collects/scribblings/scribble/base.scrbl b/collects/scribblings/scribble/base.scrbl index 4e0716cb..4a0c3275 100644 --- a/collects/scribblings/scribble/base.scrbl +++ b/collects/scribblings/scribble/base.scrbl @@ -448,6 +448,16 @@ If @racket[underline?] is @racket[#f], then the hyperlink is rendered in HTML without an underline.} +@defproc[(Secref [tag string?] + [#:doc module-path (or/c module-path? false/c) #f] + [#:tag-prefixes prefixes (or/c (listof string?) false/c) #f] + [#:underline? underline? any/c #t]) + element?]{ + +Like @racket[secref], but if the rendered form of the reference starts +with a word (e.g., ``section''), then the word is capitalized.} + + @defproc[(seclink [tag string?] [#:doc module-path (or/c module-path? false/c) #f] [#:tag-prefixes prefixes (or/c (listof string?) false/c) #f]