emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 57a5461: * lisp/files.el (save-some-buffers): Doc


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 57a5461: * lisp/files.el (save-some-buffers): Doc fix. (Bug#30215)
Date: Sun, 28 Jan 2018 12:22:36 -0500 (EST)

branch: emacs-26
commit 57a5461e6ea83d159dfb3d901722b846c6f4c931
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/files.el (save-some-buffers): Doc fix.  (Bug#30215)
---
 lisp/files.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index 66420e7..882eaa6 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]