From a1360760ef7f9cc190972a63014c7be5315836f6 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 16 Oct 2014 08:33:45 -0700 Subject: [PATCH] extraneous "false" --- .../racket-doc/scribblings/reference/filesystem.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl index b28b248a2a..d1e0ef2663 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/filesystem.scrbl @@ -909,7 +909,7 @@ is a directory, the copy applies recursively to the directory's content. If a source is a link, the target of the link is copied rather than the link itself. -If @racket[keep-modify-seconds?] is @racket[#f]false, then file copies +If @racket[keep-modify-seconds?] is @racket[#f], then file copies keep only the properties kept by @racket[copy-file], If @racket[keep-modify-seconds?] is true, then each file copy also keeps the modification date of the original.}