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

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

[nongnu] elpa/reformatter 0c24778dfc 50/81: Fix grammar


From: ELPA Syncer
Subject: [nongnu] elpa/reformatter 0c24778dfc 50/81: Fix grammar
Date: Tue, 5 Sep 2023 04:03:37 -0400 (EDT)

branch: elpa/reformatter
commit 0c24778dfc31bd6e0b6de1d86283514b2e24e909
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Fix grammar
---
 reformatter.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reformatter.el b/reformatter.el
index 8c1df62b93..6a1ddcc326 100644
--- a/reformatter.el
+++ b/reformatter.el
@@ -199,7 +199,7 @@ DISPLAY-ERRORS, shows a buffer if the formatting fails."
                          ;; undo list
                          (narrow-to-region beg end)
                          (reformatter-replace-buffer-contents-from-file 
out-file))
-                         ;; if there is no errors the error-buffer shouldn't 
be kept open
+                       ;; If there are no errors then we hide the error buffer
                        (delete-windows-on error-buffer))
                    (if display-errors
                        (display-buffer error-buffer)



reply via email to

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