From: Dmitry Gutov Date: Mon, 25 May 2015 13:58:12 +0000 (+0300) Subject: Document ignore-case backend command X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/820263803b6be3caa08425f194192e4e64451619?hp=27c913afb9446971d1e0f1f3b272e5650a6206c5 Document ignore-case backend command But keep `keep-prefix` undocumented. https://github.com/company-mode/company-mode/issues/134 https://github.com/proofit404/company-anaconda/issues/6 --- diff --git a/company.el b/company.el index 8bb7ea338..af5c04069 100644 --- a/company.el +++ b/company.el @@ -366,6 +366,11 @@ from the list. progresses, unless the back-end returns t for this command. The second argument is the latest prefix. +`ignore-case': Return t here if the backend returns case-insensitive +matches. This value is used to determine the longest common prefix (as +used in `company-complete-common'), and to filter completions when fetching +them from cache. + `meta': The second argument is a completion candidate. Return a (short) documentation string for it.