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

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri May 1 13:04:15 EDT 2009

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.



Posted on the users mailing list.