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

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

[nongnu] scratch/editorconfig-cc 658bfb9bd8 213/351: Fix README and texi


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc 658bfb9bd8 213/351: Fix README and texi
Date: Thu, 13 Jun 2024 18:38:54 -0400 (EDT)

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

    Fix README and texi
---
 README.md             | 4 ++--
 doc/editorconfig.texi | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 171e2e4c6e..ccf034c9b8 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Alternatively, you can find the package available on
 
 ### File Type
 
-This plugin also has experimental supports for `file_type_ext` and
+This plugin has experimental supports for `file_type_ext` and
 `file_type_emacs`, which specify "file types" for files.
 As for Emacs, it means `major-mode` can be set.
 
@@ -75,7 +75,7 @@ overwrite \"indent_style\" property when current `major-mode` 
is a
 (add-hook 'editorconfig-hack-properties-functions
           '(lambda (props)
              (when (derived-mode-p makefile-mode)
-               (puthash 'indent_style \"tab\" props))))
+               (puthash 'indent_style "tab" props))))
 
 ```
 
diff --git a/doc/editorconfig.texi b/doc/editorconfig.texi
index c37167929e..630e17f12e 100644
--- a/doc/editorconfig.texi
+++ b/doc/editorconfig.texi
@@ -109,7 +109,7 @@ aim for better coverage of things like
 @node File Type
 @subsection File Type
 @anchor{#file-type}
-This plugin also has experimental supports for @code{file_type_ext} and
+This plugin has experimental supports for @code{file_type_ext} and
 @code{file_type_emacs}, which specify ``file types'' for files. As for
 Emacs, it means @code{major-mode} can be set.
 
@@ -173,7 +173,7 @@ a @code{makefile-mode} with following code:
 (add-hook 'editorconfig-hack-properties-functions
           '(lambda (props)
              (when (derived-mode-p makefile-mode)
-               (puthash 'indent_style \"tab\" props))))
+               (puthash 'indent_style "tab" props))))
 @end verbatim
 
 @node editorconfig-indentation-alist



reply via email to

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