From 126c9dda20f2da364a17ffaa2d952fd79c6cc724 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 25 Mar 2005 13:33:31 +0000 Subject: [PATCH] (save-some-buffers): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/files.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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: -- 2.39.2