Racket docs would be great, but in the meantime it might be more informative to have something like "no available documentation for known function build-list". This would be especially useful for functions like "vector", that presents you with a list of suggestions. Those suggestions might still be interesting - if removing "vector" from the help system would mean the suggestions would disappear, that would be sad I think.
/Stefan On Sun, Oct 17, 2010 at 4:23 PM, gabor papp <[email protected]> wrote: > hi Stefan, > > > fluxus> (help "build-list") >> Function not found, did you mean one of these? >> build-list >> > thanks for the report. this is a known behaviour, caused by the fact that > the help system acquires all the available functions, but only offers help > texts for the fluxus ones. we could either remove the non-fluxus functions > or generate help texts from the racket reference. > > best, > gabor > -- Release me, insect, or I will destroy the Cosmos!
