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
This commit is contained in:
Matthew Flatt 2016-04-16 10:47:49 -06:00
parent 4cc3aad30b
commit 446b93882c

View File

@ -546,8 +546,8 @@ path for any platform, and the result is for the same platform. If
path-for-some-system?]{ path-for-some-system?]{
Similar to @racket[path-replace-suffix], but any existing suffix on Similar to @racket[path-replace-suffix], but any existing suffix on
@racket[path] is preserved by replacing every @litchar{.} in the last @racket[path] is preserved by replacing the @litchar{.} before the suffix
@tech{path element} with @litchar{_}, and then the @racket[suffix] is added with @litchar{_}, and then the @racket[suffix] is added
to the end.} to the end.}