From c1ef6b999d2296efd4fb703555d13bb7cbbff8e4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 7 Sep 2015 07:48:43 -0600 Subject: [PATCH] fix documentation's contract for `syntax-track-origin` --- pkgs/racket-doc/scribblings/reference/stx-props.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/stx-props.scrbl b/pkgs/racket-doc/scribblings/reference/stx-props.scrbl index 694abc4578..e097f2412c 100644 --- a/pkgs/racket-doc/scribblings/reference/stx-props.scrbl +++ b/pkgs/racket-doc/scribblings/reference/stx-props.scrbl @@ -124,7 +124,7 @@ in @racket[stx]. @tech{Uninterned} symbols (see @secref["symbols"]) are not included in the result list.} -@defproc[(syntax-track-origin [new-stx syntax?] [orig-stx syntax?] [id-stx syntax?]) +@defproc[(syntax-track-origin [new-stx syntax?] [orig-stx syntax?] [id-stx identifier?]) any]{ Adds properties to @racket[new-stx] in the same way that macro