aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-01-28 19:22:17 +0200
committerEli Zaretskii2018-01-28 19:22:17 +0200
commit57a5461e6ea83d159dfb3d901722b846c6f4c931 (patch)
tree3cd148ff1be9989dae83da3f037580df586c9779
parent231474fb76dc1794e74f2701756a86db71b10fea (diff)
downloademacs-57a5461e6ea83d159dfb3d901722b846c6f4c931.tar.gz
emacs-57a5461e6ea83d159dfb3d901722b846c6f4c931.zip
* lisp/files.el (save-some-buffers): Doc fix. (Bug#30215)
-rw-r--r--lisp/files.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 66420e7259d..882eaa69677 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -5209,7 +5209,8 @@ view the differences using `diff-buffer-with-file'.
5209This command first saves any buffers where `buffer-save-without-query' is 5209This command first saves any buffers where `buffer-save-without-query' is
5210non-nil, without asking. 5210non-nil, without asking.
5211 5211
5212Optional argument (the prefix) non-nil means save all with no questions. 5212Optional argument ARG (interactively, prefix argument) non-nil means save
5213all with no questions.
5213Optional second argument PRED determines which buffers are considered: 5214Optional second argument PRED determines which buffers are considered:
5214If PRED is nil, all the file-visiting buffers are considered. 5215If PRED is nil, all the file-visiting buffers are considered.
5215If PRED is t, then certain non-file buffers will also be considered. 5216If PRED is t, then certain non-file buffers will also be considered.