diff --git a/pkgs/racket-doc/scribblings/reference/paths.scrbl b/pkgs/racket-doc/scribblings/reference/paths.scrbl index 0a3d383e59..6b127c9b60 100644 --- a/pkgs/racket-doc/scribblings/reference/paths.scrbl +++ b/pkgs/racket-doc/scribblings/reference/paths.scrbl @@ -452,10 +452,10 @@ information on simplifying paths.} Returns @racket[path] with ``normalized'' case letters. For @|AllUnix| paths, this procedure always returns the input path, because filesystems for these platforms can be case-sensitive. For Windows -paths, if @racket[path] does not start @litchar{\\?\}, the +paths, if @racket[path] does not start with @litchar{\\?\}, the resulting string uses only lowercase letters, based on the current locale. In addition, for Windows paths when the path does not start -@litchar{\\?\}, all @litchar{/}s are converted to +with @litchar{\\?\}, all @litchar{/}s are converted to @litchar{\}s, and trailing spaces and @litchar{.}s are removed. The @racket[path] argument can be a path for any platform, but beware