]> code.delx.au - gnu-emacs-elpa/commitdiff
Reword comment
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 23 Nov 2014 03:50:45 +0000 (05:50 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 23 Nov 2014 03:50:45 +0000 (05:50 +0200)
company.el

index 146e3f9c75afcaf78d8603fd82c64a64cb36f7e0..3c951363013fc7d2e845c1bd5317d78acef2c198 100644 (file)
@@ -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)))