From: Sean Whitton Date: Fri, 4 Oct 2024 01:25:08 +0000 (+0800) Subject: ; Fix word order in a recently-added comment X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22f603401b44898c75aa32cb5e0c7bae35591593;p=emacs.git ; Fix word order in a recently-added comment (cherry picked from commit eeeb13bed476a0d1b744f31c8e18513346cfbe39) --- 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