branch: scratch/editorconfig-cc
commit 508e854392187d58c9c8dbdaeaf709e67f21589c
Author: 10sr <[email protected]>
Commit: Stefan Monnier <[email protected]>
Trivial commentary fix
Two spaces are required after period in Emacs documents.
---
editorconfig-core-handle.el | 2 +-
editorconfig-core.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index 9a69e32220..042d05c356 100644
--- a/editorconfig-core-handle.el
+++ b/editorconfig-core-handle.el
@@ -26,7 +26,7 @@
;;; Commentary:
-;; Handle class for EditorConfig config file. This library is used internally
+;; Handle class for EditorConfig config file. This library is used internally
;; from editorconfig-core.el .
;;; Code:
diff --git a/editorconfig-core.el b/editorconfig-core.el
index 3f9bf9eaa1..e067ecbc78 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -52,7 +52,7 @@
;; Give CONFNAME for basename of config file other than .editorconfig.
;; If need to specify config format version, give CONFVERSION.
-;; This functions returns alist of properties. Each element will look like
+;; This functions returns alist of properties. Each element will look like
;; (KEY . VALUE) .