Skip to content

Commit

Permalink
Fixes scribble bug #25
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzanneSoy committed Jun 17, 2016
1 parent c34a69c commit b0c8910
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scribble-lib/scribble/private/lp.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
(make-splice
(list (make-toc-element
#f
(list (elemtag '(chunk tag)
(list (elemtag '(chunk (prefixable tag))
(bold (italic (racket name)) " ::=")))
(list (smaller (elemref '(chunk tag) #:underline? #f
(list (smaller (elemref '(chunk (prefixable tag)) #:underline? #f
str
rest (... ...)))))
(racketblock expr (... ...)))))))])))
Expand All @@ -77,7 +77,7 @@
(identifier? #'id)
(with-syntax ([tag (format "~a:1" (syntax-e #'id))]
[str (format "~a" (syntax-e #'id))])
#'(elemref '(chunk tag) #:underline? #f str))]))
#'(elemref '(chunk (prefixable tag)) #:underline? #f str))]))


(provide (all-from-out scheme/base
Expand Down

0 comments on commit b0c8910

Please sign in to comment.