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

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

[elpa] master 98477e7 21/66: Reword comment


From: Dmitry Gutov
Subject: [elpa] master 98477e7 21/66: Reword comment
Date: Tue, 13 Jan 2015 02:44:50 +0000

branch: master
commit 98477e73c58293890131ccaa4b6aecdb3ce4a694
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

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

diff --git a/company.el b/company.el
index 146e3f9..3c95136 100644
--- a/company.el
+++ b/company.el
@@ -1084,7 +1084,7 @@ can retrieve meta-data for them."
     ;; We want to support non-prefix completion, so filtering is the
     ;; responsibility of each respective backend, not ours.
     ;; On the other hand, we don't want to replace non-prefix input in
-    ;; `company-complete-common', unless it's the sole candidate.
+    ;; `company-complete-common', unless there's only one candidate.
     (setq company-common
           (if (cdr company-candidates)
               (let ((common (try-completion "" company-candidates)))



reply via email to

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