branch: master commit b1b4569f5d4293326ea32eab417909f165601eed Author: Uwe Koloska <kole...@googlemail.com> Commit: Uwe Koloska <kole...@googlemail.com>
fix a typo --- async.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async.el b/async.el index 24db2a1..080fd34 100644 --- a/async.el +++ b/async.el @@ -257,7 +257,7 @@ ready. Example: (async-get proc))) If you don't want to use a callback, and you don't care about any -return value form the child process, pass the `ignore' symbol as +return value from the child process, pass the `ignore' symbol as the second argument (if you don't, and never call `async-get', it will leave *emacs* process buffers hanging around):