]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix word order in a recently-added comment
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 4 Oct 2024 01:25:08 +0000 (09:25 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 4 Oct 2024 10:12:31 +0000 (12:12 +0200)
(cherry picked from commit eeeb13bed476a0d1b744f31c8e18513346cfbe39)

lisp/files.el

index 5f7cc84a2a66684b2a4ab3c6a5ec1633981c3910..c8617a2f3ee440fb9ea5fc936b8bcd45aeb67560 100644 (file)
@@ -6197,7 +6197,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