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

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

[elpa] 41/52: Improve comment wording


From: Dmitry Gutov
Subject: [elpa] 41/52: Improve comment wording
Date: Tue, 01 Jul 2014 11:53:30 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit b46367cc0ceeba1a5306374f8c28e1798a608a1a
Author: Dmitry Gutov <address@hidden>
Date:   Mon Jun 23 06:35:25 2014 +0300

    Improve comment wording
---
 company.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company.el b/company.el
index feea415..ae05d32 100644
--- a/company.el
+++ b/company.el
@@ -1136,7 +1136,7 @@ can retrieve meta-data for them."
          (cdr c)
          (lambda (candidates)
            (if (not (and candidates (eq res 'done)))
-               ;; Fetcher called us right back.
+               ;; Fetcher called us back right away.
                (setq res candidates)
              (setq company-backend backend
                    company-candidates-cache



reply via email to

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