]> code.delx.au - gnu-emacs-elpa/blobdiff - async.el
fix a typo
[gnu-emacs-elpa] / async.el
index 24db2a1e7b9b4e1403891f081a673f50ec56e03f..080fd34a43d03be82f6f71eccbeb14cb46a19a19 100644 (file)
--- 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):