emacs-diffs
[Top][All Lists]
Advanced

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

master eeeb13bed47: ; Fix word order in a recently-added comment


From: Sean Whitton
Subject: master eeeb13bed47: ; Fix word order in a recently-added comment
Date: Thu, 3 Oct 2024 21:25:23 -0400 (EDT)

branch: master
commit eeeb13bed476a0d1b744f31c8e18513346cfbe39
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    ; Fix word order in a recently-added comment
---
 lisp/files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index b92108fac93..75cea9b931a 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -6152,7 +6152,7 @@ Before and after saving the buffer, this function runs
   `((?\M-~ ,(lambda (buf)
               (with-current-buffer buf
                 (set-buffer-modified-p nil))
-              ;; Return t not to ask about BUF again.
+              ;; Return t to not ask about BUF again.
               t)
            ,(purecopy "skip this buffer and mark it unmodified"))
     (?\C-r



reply via email to

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