emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 6521911 07/39: Merge pull request #59 from kolewu/kolewu-f


From: Thierry Volpiatto
Subject: [elpa] master 6521911 07/39: Merge pull request #59 from kolewu/kolewu-fix-typo-1
Date: Wed, 18 May 2016 18:02:51 +0000 (UTC)

branch: master
commit 65219115a75fc91d68de8a624b2d39e7079ad736
Merge: 22de0f5 b1b4569
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    Merge pull request #59 from kolewu/kolewu-fix-typo-1
    
    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):
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]