scribble: avoid line-break between "#" and "<void>"
original commit: 1b4f13e674a640cfca5808a024393e047b4d7b19
This commit is contained in:
parent
27d597b71f
commit
f5ce9df901
|
@ -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