X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/d072a391ccfba12c639558ba22eaea548c1425d0..b5ee68f132dee438d23636de09631ddec3a732e2:/company-dabbrev-code.el diff --git a/company-dabbrev-code.el b/company-dabbrev-code.el index 371d90843..0566c508b 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)