emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103805: * lisp/files.el (save-some-b


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103805: * lisp/files.el (save-some-buffers): Doc fix.
Date: Sat, 02 Apr 2011 11:12:21 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103805
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-04-02 11:12:21 -0700
message:
  * lisp/files.el (save-some-buffers): Doc fix.
modified:
  lisp/ChangeLog
  lisp/files.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-04-02 08:55:47 +0000
+++ b/lisp/ChangeLog    2011-04-02 18:12:21 +0000
@@ -1,3 +1,7 @@
+2011-04-02  Glenn Morris  <address@hidden>
+
+       * files.el (save-some-buffers): Doc fix.
+
 2011-04-02  Eli Zaretskii  <address@hidden>
 
        * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2011-03-21 16:42:16 +0000
+++ b/lisp/files.el     2011-04-02 18:12:21 +0000
@@ -4607,6 +4607,9 @@
 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.


reply via email to

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