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:
parent
4cc3aad30b
commit
446b93882c
|
@ -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.}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user