]> code.delx.au - gnu-emacs-elpa/commitdiff
Updated README
authorJohn Wiegley <johnw@newartisans.com>
Tue, 19 Jun 2012 02:53:18 +0000 (21:53 -0500)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 19 Jun 2012 02:53:18 +0000 (21:53 -0500)
README.md

index f7bc852d9b7215599d0b97ea34a35121f5a4de14..fb3e19115837010fe2acb8a8283cd042993a7708 100644 (file)
--- 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: