emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c38d382 147/173: Fixed typo


From: Dmitry Gutov
Subject: [elpa] master c38d382 147/173: Fixed typo
Date: Thu, 23 Jun 2016 00:28:46 +0000 (UTC)

branch: master
commit c38d3822de46056eba3d388450a163af03f89dc2
Author: Akira Kyle <address@hidden>
Commit: Akira Kyle <address@hidden>

    Fixed typo
---
 company.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index 2667b51..d2373ff 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]