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

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

[elpa] master b1b4569 06/39: fix a typo


From: Thierry Volpiatto
Subject: [elpa] master b1b4569 06/39: fix a typo
Date: Wed, 18 May 2016 18:02:51 +0000 (UTC)

branch: master
commit b1b4569f5d4293326ea32eab417909f165601eed
Author: Uwe Koloska <address@hidden>
Commit: Uwe Koloska <address@hidden>

    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]