emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/edit-indirect a28aba75f8 13/28: Don't separate sentences w


From: ELPA Syncer
Subject: [nongnu] elpa/edit-indirect a28aba75f8 13/28: Don't separate sentences with double spaces.
Date: Thu, 7 Jul 2022 11:59:13 -0400 (EDT)

branch: elpa/edit-indirect
commit a28aba75f86f16f23de8024f51eb2fd09bcacd31
Author: Fanael Linithien <fanael4@gmail.com>
Commit: Fanael Linithien <fanael4@gmail.com>

    Don't separate sentences with double spaces.
---
 edit-indirect.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/edit-indirect.el b/edit-indirect.el
index 2f8012122a..3b4d509b4a 100644
--- a/edit-indirect.el
+++ b/edit-indirect.el
@@ -337,7 +337,7 @@ called with updated positions."
   ;; Kill the overlay reference so that `edit-indirect--abort-on-kill-buffer'
   ;; won't try to call us again.
   (setq edit-indirect--overlay nil)
-  ;; If we created a window, get rid of it.  Kill the buffer we created.
+  ;; If we created a window, get rid of it. Kill the buffer we created.
   (quit-window t))
 
 (defun edit-indirect--abort-on-kill-buffer ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]