]> rtime.felk.cvut.cz Git - sojka/company-mode.git/commitdiff
Added missing period in documentation.
authorNikolaj Schumacher <git@nschum.de>
Sat, 21 Mar 2009 09:03:22 +0000 (10:03 +0100)
committerNikolaj Schumacher <git@nschum.de>
Sat, 21 Mar 2009 09:03:22 +0000 (10:03 +0100)
company.el

index a9cda04d5c2952d269a5aa197ac17f22654a28b2..075a0f09a25c040b831b58efc0f304d90a1ba225 100644 (file)
@@ -272,7 +272,7 @@ immediately when a prefix of `company-minimum-prefix-length' is reached."
 (define-minor-mode company-mode
   "\"complete anything\"; in in-buffer completion framework.
 Completion starts automatically, depending on the values
-`company-idle-delay' and `company-minimum-prefix-length'
+`company-idle-delay' and `company-minimum-prefix-length'.
 
 Completion can be controlled with the commands:
 `company-complete-common', `company-complete-selection', `company-complete',