]> code.delx.au - gnu-emacs-elpa/commitdiff
company-dabbrev-code-ignore-case: rephrase a bit
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 27 Aug 2014 01:10:51 +0000 (05:10 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 27 Aug 2014 01:10:51 +0000 (05:10 +0400)
company-dabbrev-code.el

index 371d90843d61b77bf2ba82ce3455e3cfedcdcae5..0566c508b0aba13ee33248ec758234659495538e 100644 (file)
@@ -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)