From: John Wiegley Date: Tue, 19 Jun 2012 02:53:18 +0000 (-0500) Subject: Updated README X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/63fe7ee254684cb68da0a10a962c88c3f5c57d87 Updated README --- diff --git a/README.md b/README.md index f7bc852d9..fb3e19115 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # emacs-async -async.el is an exceedingly simple (78 lines of code) module for doing -asynchronous processing in Emacs, by spawning a child Emacs interpreter to -execute a lambda function, and calling back when the job is done. +async.el is an exceedingly simple module for doing asynchronous processing in +Emacs, by spawning a child Emacs interpreter to execute a lambda function, and +calling back when the job is done. It uses a very simple syntax: