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

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

[elpa] master a96e6d4 141/187: Fix doctring (#46).


From: Michael Albinus
Subject: [elpa] master a96e6d4 141/187: Fix doctring (#46).
Date: Wed, 30 Dec 2015 11:50:14 +0000

branch: master
commit a96e6d4bfa0e03e452a625d268dc70be4d309fda
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    Fix doctring (#46).
    
    * async-bytecomp.el (async-bytecomp-allowed-packages): Do it.
---
 async-bytecomp.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index d4b761e..dc8e21a 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -43,7 +43,9 @@
 (require 'async)
 
 (defcustom async-bytecomp-allowed-packages '(async helm)
-  "Packages in this list will be compiled asynchronously by 
`package--compile'."
+  "Packages in this list will be compiled asynchronously by `package--compile'.
+All the dependencies of these packages will be compiled async too,
+so no need to add dependencies to this list."
   :group 'async
   :type '(repeat (choice symbol)))
 



reply via email to

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