From: Thien-Thi Nguyen Date: Fri, 25 Mar 2005 13:33:31 +0000 (+0000) Subject: (save-some-buffers): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~1534 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=126c9dda20f2da364a17ffaa2d952fd79c6cc724;p=emacs.git (save-some-buffers): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0bd9b2dad2..52168ef72b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-03-25 Karl Chen (tiny change) + + * files.el (save-some-buffers): Doc fix. + 2005-03-25 Werner Lemberg * complete.el, thumbs.el: Replace `legal' with `valid'. diff --git a/lisp/files.el b/lisp/files.el index 1921c959bf9..887fb83b7a9 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3422,7 +3422,7 @@ This requires the external program `diff' to be in your `exec-path'." "Save some modified file-visiting buffers. Asks user about each one. 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-to-file'. +view the differences using `diff-buffer-with-file'. Optional argument (the prefix) non-nil means save all with no questions. Optional second argument PRED determines which buffers are considered: