branch: externals/company
commit 061d2a22c39c77b3cbd3f9a9d7302624e6dfcd3c
Author: JenChieh <jcs090...@gmail.com>
Commit: JenChieh <jcs090...@gmail.com>

    Fix review
---
 company.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/company.el b/company.el
index 9876de6..7f02140 100644
--- a/company.el
+++ b/company.el
@@ -1479,9 +1479,8 @@ end of the match."
     (string . "φ")
     (struct . "Χ")
     (variable . "ѱ"))
-  "List of text icons."
-  :type 'list
-  :group 'company)
+  "Mapping of the text icons."
+  :type 'list)
 
 (defun company-text-icons-margin (candidate selected)
   "Margin function which returns unicode icons."

Reply via email to