diff options
author | Glenn Morris <rgm@gnu.org> | 2011-04-02 11:12:21 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-04-02 11:12:21 -0700 |
commit | afa8e9f6064d3b9ae62bf240426393d4fabcc9ac (patch) | |
tree | 1187b3528dd0cd373942d2d8216a2dd97f530b1f | |
parent | 6ca3801d0e75ee56f27aa3c8aaf97fbf1e56a380 (diff) | |
download | emacs-afa8e9f6064d3b9ae62bf240426393d4fabcc9ac.tar.gz |
* lisp/files.el (save-some-buffers): Doc fix.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/files.el | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e698d37ba9..ba9532ff0d8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-04-02 Glenn Morris <rgm@gnu.org> + + * files.el (save-some-buffers): Doc fix. + 2011-04-02 Eli Zaretskii <eliz@gnu.org> * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe. diff --git a/lisp/files.el b/lisp/files.el index 38047f2fa43..e87c25f3575 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -4607,6 +4607,9 @@ You can answer `y' to save, `n' not to save, `C-r' to look at the buffer in question with `view-buffer' before deciding or `d' to 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 second argument PRED determines which buffers are considered: If PRED is nil, all the file-visiting buffers are considered. |