]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge pull request #59 from kolewu/kolewu-fix-typo-1
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Tue, 23 Feb 2016 09:46:12 +0000 (10:46 +0100)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Tue, 23 Feb 2016 09:46:12 +0000 (10:46 +0100)
fix a typo

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):