From e3db079c2238019974594f3655556583e5b3bd7b Mon Sep 17 00:00:00 2001 From: Daniel Feltey Date: Tue, 7 Feb 2017 16:19:49 -0600 Subject: [PATCH] Update the documented contract for xref-binding->definition-tag to reflect its description in text --- scribble-doc/scribblings/scribble/xref.scrbl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scribble-doc/scribblings/scribble/xref.scrbl b/scribble-doc/scribblings/scribble/xref.scrbl index 06a55d18..1ae68068 100644 --- a/scribble-doc/scribblings/scribble/xref.scrbl +++ b/scribble-doc/scribblings/scribble/xref.scrbl @@ -80,12 +80,18 @@ get all cross-reference information for installed documentation. (list/c (or/c module-path? module-path-index?) symbol?) - (listof module-path-index? + (list/c module-path-index? symbol? module-path-index? symbol? (one-of/c 0 1) (or/c exact-integer? false/c) + (or/c exact-integer? false/c)) + (list/c (or/c module-path? + module-path-index?) + symbol? + (one-of/c 0 1) + (or/c exact-integer? false/c) (or/c exact-integer? false/c)))] [mode (or/c exact-integer? false/c)]) (or/c tag? false/c)]{