dgutov pushed a commit to branch master in repository elpa. commit d072a391ccfba12c639558ba22eaea548c1425d0 Author: Dmitry Gutov <dgu...@yandex.ru> Date: Wed Aug 27 05:09:52 2014 +0400
Document `company-dabbrev-ignore-case' better Closes #134 --- company-dabbrev.el | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/company-dabbrev.el b/company-dabbrev.el index 08a13f6..84da305 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.