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

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

[elpa] externals/company 5eb7d86 07/46: Add some clarifications for the


From: Dmitry Gutov
Subject: [elpa] externals/company 5eb7d86 07/46: Add some clarifications for the Customize interface
Date: Wed, 30 Dec 2020 18:33:02 -0500 (EST)

branch: externals/company
commit 5eb7d868c2a13bbfb14060b79d69f0d59f6a5f60
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Add some clarifications for the Customize interface
---
 company.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/company.el b/company.el
index cb814b5..45cfebf 100644
--- a/company.el
+++ b/company.el
@@ -307,16 +307,16 @@ This doesn't include the margins and the scroll bar."
     (company-capf . "completion-at-point-functions")
     (company-clang . "Clang")
     (company-cmake . "CMake")
-    (company-css . "CSS")
+    (company-css . "CSS (obsolete backend)")
     (company-dabbrev . "dabbrev for plain text")
     (company-dabbrev-code . "dabbrev for code")
-    (company-elisp . "Emacs Lisp")
+    (company-elisp . "Emacs Lisp (obsolete backend)")
     (company-etags . "etags")
     (company-files . "Files")
     (company-gtags . "GNU Global")
     (company-ispell . "Ispell")
     (company-keywords . "Programming language keywords")
-    (company-nxml . "nxml")
+    (company-nxml . "nxml (obsolete backend)")
     (company-oddmuse . "Oddmuse")
     (company-semantic . "Semantic")
     (company-tempo . "Tempo templates")))



reply via email to

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