scribble: avoid line-break between "#" and "<void>"
This commit is contained in:
parent
4b1f746714
commit
1b4f13e674
|
@ -188,10 +188,10 @@
|
|||
|
||||
(define-on-demand void-const
|
||||
(make-v+u-link
|
||||
(racketresultfont "#<void>")))
|
||||
(nonbreaking (racketresultfont "#<void>"))))
|
||||
(define-on-demand undefined-const
|
||||
(make-v+u-link
|
||||
(racketresultfont "#<undefined>")))
|
||||
(nonbreaking (racketresultfont "#<undefined>"))))
|
||||
|
||||
(define (link url
|
||||
#:underline? [underline? #t]
|
||||
|
|
Loading…
Reference in New Issue
Block a user