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

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

[elpa] master d943198 15/40: Add some clarification for the require-matc


From: Dmitry Gutov
Subject: [elpa] master d943198 15/40: Add some clarification for the require-match 'never return value
Date: Thu, 2 Jan 2020 18:57:01 -0500 (EST)

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

    Add some clarification for the require-match 'never return value
---
 company.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/company.el b/company.el
index 32f308d..f0d0f8a 100644
--- a/company.el
+++ b/company.el
@@ -415,7 +415,8 @@ non-prefix completion.
 anything not offered as a candidate.  Please don't use that value in normal
 backends.  The default value nil gives the user that choice with
 `company-require-match'.  Return value `never' overrides that option the
-other way around.
+other way around (using that value will indicate that the returned set of
+completions is often incomplete, so this behavior will not be useful).
 
 `init': Called once for each buffer. The backend can check for external
 programs and files and load any required libraries.  Raising an error here



reply via email to

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