[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) .
- [nongnu] scratch/editorconfig-cc 6f7137e593 113/351: Simplify definition of string-integer-p (#96), (continued)
- [nongnu] scratch/editorconfig-cc 6f7137e593 113/351: Simplify definition of string-integer-p (#96), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 5034a3ae16 145/351: Add function to open nearest .editorconfig file (#131), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 851c96f125 116/351: Update README.md, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d02b7027ae 132/351: Add plugin-tests submodule, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc a09b197c76 156/351: Add two test cases for fnmatch, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d5c50cb9d7 102/351: Update README: add information about customize-variable., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc c48f549c3a 152/351: Fix typo, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 0b314fcbea 135/351: Update README for some variables, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 90fba8ee80 164/351: Add doc/.gitignore, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 7ab129a73b 096/351: Add a comment for contributors, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 508e854392 107/351: Trivial commentary fix,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc 49421bc1a4 123/351: Add one space to editorconfig-mode lighter text, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc f0abc53ff0 157/351: Fix fnmatch for new cases, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e867da296c 124/351: Reindent using Emacs-lisp style., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d8742edc38 168/351: Fix make doc command, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ccfd1910f4 171/351: Remove unused variable, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc efffe74bbf 166/351: Remove doc/.gitignore, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 706ac40ec2 193/351: Make `fixtures' a constant (#176), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 4b3784445a 180/351: Add trim-trailing-ws tests, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc b6d0bb7757 201/351: Do not call major-mode when already enabled (#178), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 642ff1b62f 215/351: Use ws-butler when enabled and available., Stefan Monnier, 2024/06/13