sellout/external-program

API docs incorrect: #'run does not return a process object

Closed this issue · 1 comments

It is written here https://github.com/sellout/external-program/wiki/API that #'run “runs the specified program in an external (Unix) process, returning a process object if successful.” which is not relevant since it returns #'process-status application to the process object.

Also the link in the README.markdown (“Read the API documention for details.”) does not point to the API page.

Thanks. I updated the API docs, and I'll add the link to the API page shortly.