]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/files.el (save-some-buffers-action-alist): Fix comment.
authorEli Zaretskii <eliz@gnu.org>
Fri, 4 Oct 2024 05:43:54 +0000 (08:43 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 4 Oct 2024 10:13:31 +0000 (12:13 +0200)
(cherry picked from commit 598f15bcaf6fac41d58e438cb55571d0593de549)

lisp/files.el

index c8617a2f3ee440fb9ea5fc936b8bcd45aeb67560..a4b7b2da5195e41b5639d4826d44560fd2796985 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 to not ask about BUF again.
+              ;; Return t so we don't ask about BUF again.
               t)
            ,(purecopy "skip this buffer and mark it unmodified"))
     (?\C-r