From cef59769a266cfe6bb21829b1c1bad5bf1686c19 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 4 Oct 2024 08:43:54 +0300 Subject: [PATCH] ; * lisp/files.el (save-some-buffers-action-alist): Fix comment. (cherry picked from commit 598f15bcaf6fac41d58e438cb55571d0593de549) --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2