Clarified documentation for `->source-path` failure.

pull/108/merge^2
Henry Blevins 9 years ago
parent 2f589f93d8
commit c3983edf1e

@ -197,7 +197,7 @@ Convert an output path @racket[_p] into the source path of the specified type th
(->source-path
[p pathish?])
(or/c #f path?)]
Attempt to automatically convert an output path @racket[_p] into its source path. This function checks for the existence of the path with the extensions for markup, markdown, preprocessor, null, and scribble files.
Attempt to automatically convert an output path @racket[_p] into its source path. This function checks for the existence of the path with the extensions for markup, markdown, preprocessor, null, and scribble files. If there are no matches, then @racket[#f] is returned.
@defproc[
(->output-path

Loading…
Cancel
Save