aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-10-04 08:43:54 +0300
committerEli Zaretskii2024-10-04 08:43:54 +0300
commit598f15bcaf6fac41d58e438cb55571d0593de549 (patch)
tree422907c90a45bc0ffaa3e7a7e1aab6b59b1c1e59
parentf3f57c11981489b1d19d2efb906820c98083cce1 (diff)
downloademacs-598f15bcaf6fac41d58e438cb55571d0593de549.tar.gz
emacs-598f15bcaf6fac41d58e438cb55571d0593de549.zip
; * lisp/files.el (save-some-buffers-action-alist): Fix comment.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 75cea9b931a..a5c34f1f88e 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -6152,7 +6152,7 @@ Before and after saving the buffer, this function runs
6152 `((?\M-~ ,(lambda (buf) 6152 `((?\M-~ ,(lambda (buf)
6153 (with-current-buffer buf 6153 (with-current-buffer buf
6154 (set-buffer-modified-p nil)) 6154 (set-buffer-modified-p nil))
6155 ;; Return t to not ask about BUF again. 6155 ;; Return t so we don't ask about BUF again.
6156 t) 6156 t)
6157 ,(purecopy "skip this buffer and mark it unmodified")) 6157 ,(purecopy "skip this buffer and mark it unmodified"))
6158 (?\C-r 6158 (?\C-r