We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34a69c commit b0c8910Copy full SHA for b0c8910
scribble-lib/scribble/private/lp.rkt
@@ -61,9 +61,9 @@
61
(make-splice
62
(list (make-toc-element
63
#f
64
- (list (elemtag '(chunk tag)
+ (list (elemtag '(chunk (prefixable tag))
65
(bold (italic (racket name)) " ::=")))
66
- (list (smaller (elemref '(chunk tag) #:underline? #f
+ (list (smaller (elemref '(chunk (prefixable tag)) #:underline? #f
67
str
68
rest (... ...)))))
69
(racketblock expr (... ...)))))))])))
@@ -77,7 +77,7 @@
77
(identifier? #'id)
78
(with-syntax ([tag (format "~a:1" (syntax-e #'id))]
79
[str (format "~a" (syntax-e #'id))])
80
- #'(elemref '(chunk tag) #:underline? #f str))]))
+ #'(elemref '(chunk (prefixable tag)) #:underline? #f str))]))
81
82
83
(provide (all-from-out scheme/base
0 commit comments