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

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

[elpa] master 87c35d8 26/40: End group name with period


From: Dmitry Gutov
Subject: [elpa] master 87c35d8 26/40: End group name with period
Date: Thu, 2 Jan 2020 18:57:04 -0500 (EST)

branch: master
commit 87c35d848af058f26dc57336bdb21c996b191968
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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)



reply via email to

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