From: Dmitry Gutov Date: Fri, 11 Mar 2016 12:48:34 +0000 (+0300) Subject: Merge pull request #486 from akirakyle/patch-1 X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/1de23f8ee97aa62fb28e19e963fe2f211e86a600?hp=1f5389bf0d2cd8d9de7cb3c727e1fa3d2a8ecbc6 Merge pull request #486 from akirakyle/patch-1 Fixed typo --- 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