emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 8202638 041/173: Document ignore-case backend command


From: Dmitry Gutov
Subject: [elpa] master 8202638 041/173: Document ignore-case backend command
Date: Thu, 23 Jun 2016 00:28:36 +0000 (UTC)

branch: master
commit 820263803b6be3caa08425f194192e4e64451619
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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 8bb7ea3..af5c040 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]