branch: scratch/editorconfig-cc
commit 658bfb9bd8b3214729887a4da7dec48da3f29609
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@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