[plt-scheme] find-executable-path docs typo?

From: Paulo J. Matos (pocmatos at gmail.com)
Date: Fri May 1 14:51:30 EDT 2009

On Fri, May 1, 2009 at 5:04 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> At Fri, 1 May 2009 16:12:10 +0000, "Paulo J. Matos" wrote:
>> In find-executable-path documentation:
>> (find-executable-path         program-sub
>>               related-sub
>>        [      deepest?])              →               (or/c path? #f)
>>   program-sub : path-string?
>>   related-sub : path-string?
>>   deepest? : any/c = #f
>>
>> However, I can:
>> (find-executable-path "which")
>>
>> which means that the second argument is also optional but that doesn't
>> seem to be conveyed by the documentation.
>
> Right --- I've fixed the docs for the next build.
>
>

Thanks!


-- 
Paulo Jorge Matos - pocmatos at gmail.com
Webpage: http://www.personal.soton.ac.uk/pocm


Posted on the users mailing list.