diff options
| author | Glenn Morris | 2018-01-29 07:50:21 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-01-29 07:50:21 -0800 |
| commit | 81c2c2fa319b27550a2eb5021618c5eef3e813fd (patch) | |
| tree | 889b0bae5120e7439c4e5970f64fa04d76ed27c5 /lisp | |
| parent | 0d342cbe381be5a74f8a0be81bfc6ecb58e625b3 (diff) | |
| parent | 8d4500087f547e203cfba03f61dcbe641bf650de (diff) | |
| download | emacs-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.el | 3 |
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'. | |||
| 5220 | This command first saves any buffers where `buffer-save-without-query' is | 5220 | This command first saves any buffers where `buffer-save-without-query' is |
| 5221 | non-nil, without asking. | 5221 | non-nil, without asking. |
| 5222 | 5222 | ||
| 5223 | Optional argument (the prefix) non-nil means save all with no questions. | 5223 | Optional argument ARG (interactively, prefix argument) non-nil means save |
| 5224 | all with no questions. | ||
| 5224 | Optional second argument PRED determines which buffers are considered: | 5225 | Optional second argument PRED determines which buffers are considered: |
| 5225 | If PRED is nil, all the file-visiting buffers are considered. | 5226 | If PRED is nil, all the file-visiting buffers are considered. |
| 5226 | If PRED is t, then certain non-file buffers will also be considered. | 5227 | If PRED is t, then certain non-file buffers will also be considered. |