branch: master
commit 8bb0876333b4084d0e974cd387ec630d0f28d2b9
Author: Phil Hudson <[email protected]>
Commit: Phil Hudson <[email protected]>
Marked up file and buffer names
---
README.md | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index dbeeb74..f34b2ab 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# emacs-async
-async.el is a module for doing asynchronous processing in Emacs.
+`async.el` is a module for doing asynchronous processing in Emacs.
# Install
-Add to your .emacs.el:
+Add to your `.emacs.el`:
(when (require 'dired-aux)
(require 'dired-async))
@@ -58,7 +58,7 @@ using `async-get`, blocking until the value is ready.
Example:
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
+you don't, and never call `async-get`, it will leave ``*emacs*`` process
buffers
hanging around):
(async-start