branch: master
commit a96e6d4bfa0e03e452a625d268dc70be4d309fda
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    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