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

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

[elpa] master 8bb0876 130/187: Marked up file and buffer names


From: Michael Albinus
Subject: [elpa] master 8bb0876 130/187: Marked up file and buffer names
Date: Wed, 30 Dec 2015 11:50:10 +0000

branch: master
commit 8bb0876333b4084d0e974cd387ec630d0f28d2b9
Author: Phil Hudson <address@hidden>
Commit: Phil Hudson <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]