[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39752] [PATCH 5/5] .dir-locals.el: End sentence with a double space
From: |
Brice Waegeneire |
Subject: |
[bug#39752] [PATCH 5/5] .dir-locals.el: End sentence with a double space. |
Date: |
Sun, 23 Feb 2020 16:40:08 +0100 |
* .dir-locals.el (nil): Add variable 'sentence-end-double-space'.
---
.dir-locals.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/.dir-locals.el b/.dir-locals.el
index ff25997..8361cb6 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,6 +3,7 @@
((nil
. ((fill-column . 78)
(tab-width . 8)
+ (sentence-end-double-space . t)
;; For use with 'bug-reference-prog-mode'.
(bug-reference-url-format . "http://bugs.gnu.org/%s")
--
2.25.0
- [bug#39752] [PATCH 1/4] doc: Fix typos., (continued)
- [bug#39752] [PATCH 1/4] doc: Fix typos., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 2/4] service: Fix typos., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 3/4] doc: Expand the part on special action 'doc'., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 4/4] doc: Fix wolfgangj example., Brice Waegeneire, 2020/02/23
- [bug#39752] [PATCH 0/5 shepherd v2] Update the doc and an example., Brice Waegeneire, 2020/02/23