From 446b93882c05a78c6cdf170efefc2401089d648f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 16 Apr 2016 10:47:49 -0600 Subject: [PATCH] fix docs for `path-add-suffix` Adjusts the docs, but a future replacement (possibly with a new name to avoid compatibility issues) should behave like the old docs, instead. Closes #1292 --- pkgs/racket-doc/scribblings/reference/paths.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/paths.scrbl b/pkgs/racket-doc/scribblings/reference/paths.scrbl index e28a831fab..2b1754c053 100644 --- a/pkgs/racket-doc/scribblings/reference/paths.scrbl +++ b/pkgs/racket-doc/scribblings/reference/paths.scrbl @@ -546,8 +546,8 @@ path for any platform, and the result is for the same platform. If path-for-some-system?]{ Similar to @racket[path-replace-suffix], but any existing suffix on -@racket[path] is preserved by replacing every @litchar{.} in the last -@tech{path element} with @litchar{_}, and then the @racket[suffix] is added +@racket[path] is preserved by replacing the @litchar{.} before the suffix +with @litchar{_}, and then the @racket[suffix] is added to the end.}