summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-01-28 19:22:17 +0200
committerEli Zaretskii <eliz@gnu.org>2018-01-28 19:22:17 +0200
commit57a5461e6ea83d159dfb3d901722b846c6f4c931 (patch)
tree3cd148ff1be9989dae83da3f037580df586c9779 /lisp/files.el
parent231474fb76dc1794e74f2701756a86db71b10fea (diff)
downloademacs-57a5461e6ea83d159dfb3d901722b846c6f4c931.tar.gz
emacs-57a5461e6ea83d159dfb3d901722b846c6f4c931.tar.bz2
emacs-57a5461e6ea83d159dfb3d901722b846c6f4c931.zip
* lisp/files.el (save-some-buffers): Doc fix. (Bug#30215)
Diffstat (limited to 'lisp/files.el')
-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'.
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.