summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-04-02 11:12:21 -0700
committerGlenn Morris <rgm@gnu.org>2011-04-02 11:12:21 -0700
commitafa8e9f6064d3b9ae62bf240426393d4fabcc9ac (patch)
tree1187b3528dd0cd373942d2d8216a2dd97f530b1f /lisp/files.el
parent6ca3801d0e75ee56f27aa3c8aaf97fbf1e56a380 (diff)
downloademacs-afa8e9f6064d3b9ae62bf240426393d4fabcc9ac.tar.gz
* lisp/files.el (save-some-buffers): Doc fix.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el3
1 files changed, 3 insertions, 0 deletions
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.