From c38d3822de46056eba3d388450a163af03f89dc2 Mon Sep 17 00:00:00 2001 From: Akira Kyle Date: Fri, 11 Mar 2016 01:14:19 -0700 Subject: [PATCH] Fixed typo --- company.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company.el b/company.el index 2667b5143..d2373ff7c 100644 --- a/company.el +++ b/company.el @@ -856,7 +856,7 @@ Otherwise, if point is not inside a symbol, return an empty string." (defun company-grab-symbol-cons (idle-begin-after-re &optional max-len) "Return a string SYMBOL or a cons (SYMBOL . t). -SYMBOL is as returned by `company-grab-symbol'. If the text before poit +SYMBOL is as returned by `company-grab-symbol'. If the text before point matches IDLE-BEGIN-AFTER-RE, return it wrapped in a cons." (let ((symbol (company-grab-symbol))) (when symbol -- 2.39.2