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

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

[elpa] master 0b37d17 044/173: company-mode: Mention the sorting order


From: Dmitry Gutov
Subject: [elpa] master 0b37d17 044/173: company-mode: Mention the sorting order
Date: Thu, 23 Jun 2016 00:28:36 +0000 (UTC)

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

    company-mode: Mention the sorting order
---
 company.el |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/company.el b/company.el
index 1481914..0aa0342 100644
--- a/company.el
+++ b/company.el
@@ -709,6 +709,9 @@ The completion data is retrieved using `company-backends' 
and displayed
 using `company-frontends'.  If you want to start a specific back-end, call
 it interactively or use `company-begin-backend'.
 
+By default, the completions list is sorted alphabetically, unless the
+backend chooses otherwise, or `company-transformers' changes it later.
+
 regular keymap (`company-mode-map'):
 
 \\{company-mode-map}



reply via email to

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