[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
- [nongnu] scratch/editorconfig-cc 6f769c93b1 183/351: Stop checking numeric range separately, (continued)
- [nongnu] scratch/editorconfig-cc 6f769c93b1 183/351: Stop checking numeric range separately, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e0bf950716 194/351: Add ert-test for file_type_emacs (#177), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6ff678a856 200/351: Make conf-mode used when a file has .editorconfig extension, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 82af619ed5 206/351: Use derived-mode-p for major-mode check (#180), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc df95ca5e4f 203/351: Do not call mode func when current mode is a child mode of target (#179), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 0072bcc14f 207/351: Update texi for hook name change, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc a365955dca 202/351: Use file_type_ext for test fixtures, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 60b39fadfb 209/351: Add variable -hack-properties-functions, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc f1b83aacd2 214/351: Fix hack-properties-functions example, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 10467ed9df 221/351: Use Markdown's code spans instead of Emacs style `' (#186), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 658bfb9bd8 213/351: Fix README and texi,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc e24803269d 212/351: Update document, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6929cad23b 223/351: Update get-properties-hash, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc cdbd60a8a6 234/351: M-x checkdoc, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 0bbf63616a 231/351: Stop using cl-defclass, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9cee9bb143 225/351: Get alist result from hash result, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 516ebfefa3 232/351: Remove useless spaces, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 50ed9cf1a7 235/351: Update year, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ae8028cf3d 233/351: Add struct docstring, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d5473b369e 236/351: Remove comment, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 023a221d87 239/351: Add fixes for package-lint, Stefan Monnier, 2024/06/13