branch: master
commit 98477e73c58293890131ccaa4b6aecdb3ce4a694
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: Dmitry Gutov <dgu...@yandex.ru>

    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