From afa8e9f6064d3b9ae62bf240426393d4fabcc9ac Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 2 Apr 2011 11:12:21 -0700 Subject: [PATCH] * lisp/files.el (save-some-buffers): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/files.el | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e698d37ba9..ba9532ff0d8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-04-02 Glenn Morris + + * files.el (save-some-buffers): Doc fix. + 2011-04-02 Eli Zaretskii * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe. diff --git a/lisp/files.el b/lisp/files.el index 38047f2fa43..e87c25f3575 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -4607,6 +4607,9 @@ You can answer `y' to save, `n' not to save, `C-r' to look at the buffer in question with `view-buffer' before deciding or `d' to view the differences using `diff-buffer-with-file'. +This command first saves any buffers where `buffer-save-without-query' is +non-nil, without asking. + Optional argument (the prefix) non-nil means save all with no questions. Optional second argument PRED determines which buffers are considered: If PRED is nil, all the file-visiting buffers are considered. -- 2.39.5