aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2018-01-29 07:50:21 -0800
committerGlenn Morris2018-01-29 07:50:21 -0800
commit81c2c2fa319b27550a2eb5021618c5eef3e813fd (patch)
tree889b0bae5120e7439c4e5970f64fa04d76ed27c5 /lisp
parent0d342cbe381be5a74f8a0be81bfc6ecb58e625b3 (diff)
parent8d4500087f547e203cfba03f61dcbe641bf650de (diff)
downloademacs-81c2c2fa319b27550a2eb5021618c5eef3e813fd.tar.gz
emacs-81c2c2fa319b27550a2eb5021618c5eef3e813fd.zip
Merge from origin/emacs-26
8d45000 (origin/emacs-26) Fix some issues in the emacs/lispref manuals 194ded5 Fix multiple spaces in Emacs manual 57a5461 * lisp/files.el (save-some-buffers): Doc fix. (Bug#30215) 231474f Adjudicate comments to "International" chapter of Emacs manual
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 00622cf6620..91aa95d631c 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -5220,7 +5220,8 @@ view the differences using `diff-buffer-with-file'.
5220This command first saves any buffers where `buffer-save-without-query' is 5220This command first saves any buffers where `buffer-save-without-query' is
5221non-nil, without asking. 5221non-nil, without asking.
5222 5222
5223Optional argument (the prefix) non-nil means save all with no questions. 5223Optional argument ARG (interactively, prefix argument) non-nil means save
5224all with no questions.
5224Optional second argument PRED determines which buffers are considered: 5225Optional second argument PRED determines which buffers are considered:
5225If PRED is nil, all the file-visiting buffers are considered. 5226If PRED is nil, all the file-visiting buffers are considered.
5226If PRED is t, then certain non-file buffers will also be considered. 5227If PRED is t, then certain non-file buffers will also be considered.