* lisp/files.el (save-some-buffers): Doc fix. (Bug#30215)

This commit is contained in:
Eli Zaretskii 2018-01-28 19:22:17 +02:00
parent 231474fb76
commit 57a5461e6e

View file

@ -5209,7 +5209,8 @@ 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 argument ARG (interactively, prefix argument) 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.
If PRED is t, then certain non-file buffers will also be considered.