From: Eli Zaretskii Date: Fri, 4 Oct 2024 05:43:54 +0000 (+0300) Subject: ; * lisp/files.el (save-some-buffers-action-alist): Fix comment. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cef59769a266cfe6bb21829b1c1bad5bf1686c19;p=emacs.git ; * lisp/files.el (save-some-buffers-action-alist): Fix comment. (cherry picked from commit 598f15bcaf6fac41d58e438cb55571d0593de549) --- diff --git a/lisp/files.el b/lisp/files.el index c8617a2f3ee..a4b7b2da519 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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