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

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

[elpa] master 1f813ba 118/187: * async-bytecomp.el: Fix comment.


From: Michael Albinus
Subject: [elpa] master 1f813ba 118/187: * async-bytecomp.el: Fix comment.
Date: Wed, 30 Dec 2015 11:50:04 +0000

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

    * async-bytecomp.el: Fix comment.
---
 async-bytecomp.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index 99e3364..3ec8df9 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -50,7 +50,7 @@
            for f in dir
            when (file-exists-p f) do (delete-file f))
   ;; Ensure async is reloaded when async.elc is deleted.
-  ;; This happen when recompiling its directory.
+  ;; This happen when recompiling its own directory.
   (load "async")
   (let ((call-back
          `(lambda (&optional ignore)



reply via email to

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