emacs-diffs
[Top][All Lists]
Advanced

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

scratch/emacs-editorconfig eba248e638e 098/364: Fix english


From: Stefan Monnier
Subject: scratch/emacs-editorconfig eba248e638e 098/364: Fix english
Date: Tue, 18 Jun 2024 01:40:42 -0400 (EDT)

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

    Fix english
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4d46b55369e..5ad8234231f 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ add a pair of major-mode symbol and its indentation variables:
 
 ```emacs-lisp
 (add-to-list 'editorconfig-indentation-alist
-    ;; Just an example, of course EditorConfig already includes this setting!
+    ;; Just an example, of course EditorConfig has already included this 
setting!
     '(c-mode c-basic-offset))
 ```
 



reply via email to

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