]> code.delx.au - gnu-emacs-elpa/blobdiff - company-dabbrev-code.el
company-dabbrev-code-ignore-case: rephrase a bit
[gnu-emacs-elpa] / 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)