george moromisato 28 Oct 2016:

Fixed in 1.7 Alpha 3. I fixed this by autogenerating (a not very useful) help line for functions without it.

Also: I've made a change so that an exact match only ever returns one entry: (help 'int) only returns a single entry. You can force a partial match by appending a *: (help 'int*). If there is no exact match, then we return a partial list as before.

nms 28 Oct 2016:

As long as the autogenerated help begins with the name of the function, that should be fine.

And (help 'partial-string*) should be documented in (help).