From f52dcb091e2cfb821ef96c21679a1449d45d4780 Mon Sep 17 00:00:00 2001 From: Nikolaj Schumacher Date: Tue, 14 Apr 2009 11:14:00 +0200 Subject: [PATCH] Fixed typo. --- company.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company.el b/company.el index ad86054..288a486 100644 --- a/company.el +++ b/company.el @@ -339,7 +339,7 @@ the selected completion. This can also be a function." "Determines which characters trigger an automatic completion. See `company-auto-complete'. If this is a string, each string character causes completion. If it is a list of syntax description characters (see -`modify-char-syntax'), all characters with that syntax auto-complete. +`modify-syntax-entry'), all characters with that syntax auto-complete. This can also be a function, which is called with the new input and should return non-nil if company should auto-complete. -- 2.39.2