From cb1a1e233e2a9147bb1f2e4cbd98e753aba5e8e9 Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Mon, 1 Aug 2016 09:34:12 -0400 Subject: [PATCH] Cannot show system build paths in docs --- pkgs/racket-doc/scribblings/reference/collects.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/collects.scrbl b/pkgs/racket-doc/scribblings/reference/collects.scrbl index bd88ba0b30..435c928d28 100644 --- a/pkgs/racket-doc/scribblings/reference/collects.scrbl +++ b/pkgs/racket-doc/scribblings/reference/collects.scrbl @@ -293,7 +293,8 @@ source), and its result is the result of and the collection is not found, then the @exnraise[exn:fail:filesystem]. -@examples[(collection-file-path "main.rkt" "racket" "base") +@examples[(eval:alts (collection-file-path "main.rkt" "racket" "base") + (build-path "path" "to" "collects" "racket" "base" "main.rkt")) (eval:error (collection-file-path "sandwitch.rkt" "bologna"))] @history[#:changed "6.0.1.12" @elem{Added the @racket[check-compiled?] argument.}]}