]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge pull request #486 from akirakyle/patch-1
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 11 Mar 2016 12:48:34 +0000 (15:48 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 11 Mar 2016 12:48:34 +0000 (15:48 +0300)
Fixed typo

company.el

index 2667b514343318005030908312ea000b32f8631e..d2373ff7c69d4d694b43c1b5ce3c290e2b8a9990 100644 (file)
@@ -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