From d072a391ccfba12c639558ba22eaea548c1425d0 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 27 Aug 2014 05:09:52 +0400 Subject: [PATCH] Document `company-dabbrev-ignore-case' better Closes #134 --- company-dabbrev.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/company-dabbrev.el b/company-dabbrev.el index 08a13f60e..84da3059e 100644 --- a/company-dabbrev.el +++ b/company-dabbrev.el @@ -51,7 +51,9 @@ See also `company-dabbrev-time-limit'." :type 'regexp) (defcustom company-dabbrev-ignore-case 'keep-prefix - "The value of `ignore-case' returned by `company-dabbrev'.") + "Non-nil to ignore case when collecting completion candidates. +When it's `keep-prefix', the text before point will remain unchanged after +candidate is inserted, even some of its characters have different case.") (defcustom company-dabbrev-downcase 'case-replace "Whether to downcase the returned candidates. -- 2.39.2