branch: scratch/editorconfig-cc
commit 10467ed9dff68c24853c3ca0e7914602b4c3c5e4
Author: USAMI Kenta <tad...@zonu.me>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Use Markdown's code spans instead of Emacs style `' (#186)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9b540768a9..dabf1753da 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ Possible known values are:
 Buffer local minor-mode to use to trim trailing whitespaces.
 
 If set, enable that mode when `trim_trailing_whitespace` is set to true.
-Otherwise, use `delete-trailing-whitespace'.
+Otherwise, use `delete-trailing-whitespace`.
 
 One possible value is
 [`ws-butler-mode`](https://github.com/lewang/ws-butler), with which

Reply via email to