dgutov pushed a commit to branch master
in repository elpa.

commit b5ee68f132dee438d23636de09631ddec3a732e2
Author: Dmitry Gutov <[email protected]>
Date:   Wed Aug 27 05:10:51 2014 +0400

    company-dabbrev-code-ignore-case: rephrase a bit
---
 company-dabbrev-code.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company-dabbrev-code.el b/company-dabbrev-code.el
index 371d908..0566c50 100644
--- a/company-dabbrev-code.el
+++ b/company-dabbrev-code.el
@@ -66,7 +66,7 @@ See also `company-dabbrev-code-time-limit'."
   :type 'boolean)
 
 (defcustom company-dabbrev-code-ignore-case nil
-  "Non-nil to ignore case in completion candidates."
+  "Non-nil to ignore case when collecting completion candidates."
   :type 'boolean)
 
 (defsubst company-dabbrev-code--make-regexp (prefix)

Reply via email to