From 22f603401b44898c75aa32cb5e0c7bae35591593 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 4 Oct 2024 09:25:08 +0800 Subject: [PATCH] ; Fix word order in a recently-added comment (cherry picked from commit eeeb13bed476a0d1b744f31c8e18513346cfbe39) --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 5f7cc84a2a6..c8617a2f3ee 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 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 -- 2.39.2