fix plurality of `examples' label

original commit: e4729afdbff8492c9467c0a0a2d2e55a6d20b879
This commit is contained in:
Matthew Flatt 2011-08-17 07:16:59 -06:00
parent 107eebf02f
commit 1e219c6fe1

View File

@ -512,6 +512,9 @@
(define-syntax pick-example-title
(syntax-rules ()
[(_ e) example-title]
[(_ #:eval ev e) example-title]
[(_ #:escape id e) example-title]
[(_ #:eval ev #:escape id e) example-title]
[(_ . _) examples-title]))
(define-syntax (examples stx)