From b5ee68f132dee438d23636de09631ddec3a732e2 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 27 Aug 2014 05:10:51 +0400 Subject: [PATCH] company-dabbrev-code-ignore-case: rephrase a bit --- company-dabbrev-code.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2