branch: externals/company
commit 42d3897308a992cd2268ba2d4e2ec013fc6c961e
Merge: fad9f207e0 649c886609
Author: Dmitry Gutov <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #1526 from fgerodez/master
    
    Fix typo in company-minimum-prefix-length documentation
---
 doc/company.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/company.texi b/doc/company.texi
index 2d75a3b2a6..f0ddc70fa5 100644
--- a/doc/company.texi
+++ b/doc/company.texi
@@ -450,7 +450,7 @@ the core settings that influence its overall behavior.
 
 @defopt company-minimum-prefix-length
 This is one of the values (together with @code{company-idle-delay}),
-based on which Company auto-stars looking up completion candidates.
+based on which Company auto-starts looking up completion candidates.
 This option configures how many characters have to be typed in by a
 user before candidates start to be collected and displayed.  An often
 choice nowadays is to configure this option to a lower number than the

Reply via email to