From 820263803b6be3caa08425f194192e4e64451619 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 25 May 2015 16:58:12 +0300 Subject: [PATCH 1/1] 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 --- company.el | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.39.2