diff --git a/lisp/files.el b/lisp/files.el index b92108fac93..75cea9b931a 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -6152,7 +6152,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