]> code.delx.au - gnu-emacs-elpa/blobdiff - README.md
Merge branch 'master' of github.com:jwiegley/emacs-async
[gnu-emacs-elpa] / README.md
index 2a2ff69cb2fe67051a1e030525823e00d286986a..c132a97ac940b463889974b59bda10960a422ec5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ async.el is a module for doing asynchronous processing in Emacs.
 
 Add to your .emacs.el:
 
-     (when (tv-require 'dired-aux)
+     (when (require 'dired-aux)
        (require 'dired-async))
 
 This will allow you to run  asynchronously
@@ -57,8 +57,8 @@ using `async-get', blocking until the value is 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 the second argument (if
-you don't, and never call `async-get', it will leave *emacs* process buffers
+form 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):
 
     (async-start