From: Akira Kyle Date: Fri, 11 Mar 2016 08:14:19 +0000 (-0700) Subject: Fixed typo X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/c38d3822de46056eba3d388450a163af03f89dc2?hp=-c Fixed typo --- c38d3822de46056eba3d388450a163af03f89dc2 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