branch: master
commit 87c35d848af058f26dc57336bdb21c996b191968
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
End group name with period
---
company.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/company.el b/company.el
index 5350254..48c41c1 100644
--- a/company.el
+++ b/company.el
@@ -79,7 +79,7 @@ attention to case differences."
string start-pos nil ignore-case)))))))
(defgroup company nil
- "Extensible inline text completion mechanism"
+ "Extensible inline text completion mechanism."
:group 'abbrev
:group 'convenience
:group 'matching)