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

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

[nongnu] scratch/editorconfig-cc 508e854392 107/351: Trivial commentary


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc 508e854392 107/351: Trivial commentary fix
Date: Thu, 13 Jun 2024 18:38:45 -0400 (EDT)

branch: scratch/editorconfig-cc
commit 508e854392187d58c9c8dbdaeaf709e67f21589c
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    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) .
 
 



reply via email to

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