diff mbox series

[bug#39752,5/5] .dir-locals.el: End sentence with a double space.

Message ID 20200223154008.24888-6-brice@waegenei.re
State Accepted
Headers show
Series Update the doc and an example. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Brice Waegeneire Feb. 23, 2020, 3:40 p.m. UTC
* .dir-locals.el (nil): Add variable 'sentence-end-double-space'.
---
 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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")