* lisp/files.el (save-some-buffers): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 2 Apr 2011 18:12:21 +0000 (11:12 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 2 Apr 2011 18:12:21 +0000 (11:12 -0700)
lisp/ChangeLog
lisp/files.el

index 8e698d3..ba9532f 100644 (file)
@@ -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.
index 38047f2..e87c25f 100644 (file)
@@ -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.