From: Dmitry Gutov Date: Wed, 27 Aug 2014 01:09:52 +0000 (+0400) Subject: Document `company-dabbrev-ignore-case' better X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/d072a391ccfba12c639558ba22eaea548c1425d0?ds=sidebyside Document `company-dabbrev-ignore-case' better Closes #134 --- 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.