aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-03-25 13:33:31 +0000
committerThien-Thi Nguyen2005-03-25 13:33:31 +0000
commit126c9dda20f2da364a17ffaa2d952fd79c6cc724 (patch)
tree7a507401552a06f627c5e389ea049726a3d59a1e
parent2cbd16b93ebcaec3f42fcc9de129f53792583adb (diff)
downloademacs-126c9dda20f2da364a17ffaa2d952fd79c6cc724.tar.gz
emacs-126c9dda20f2da364a17ffaa2d952fd79c6cc724.zip
(save-some-buffers): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/files.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a0bd9b2dad2..52168ef72b0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
2
3 * files.el (save-some-buffers): Doc fix.
4
12005-03-25 Werner Lemberg <wl@gnu.org> 52005-03-25 Werner Lemberg <wl@gnu.org>
2 6
3 * complete.el, thumbs.el: Replace `legal' with `valid'. 7 * 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'."
3422 "Save some modified file-visiting buffers. Asks user about each one. 3422 "Save some modified file-visiting buffers. Asks user about each one.
3423You can answer `y' to save, `n' not to save, `C-r' to look at the 3423You can answer `y' to save, `n' not to save, `C-r' to look at the
3424buffer in question with `view-buffer' before deciding or `d' to 3424buffer in question with `view-buffer' before deciding or `d' to
3425view the differences using `diff-buffer-to-file'. 3425view the differences using `diff-buffer-with-file'.
3426 3426
3427Optional argument (the prefix) non-nil means save all with no questions. 3427Optional argument (the prefix) non-nil means save all with no questions.
3428Optional second argument PRED determines which buffers are considered: 3428Optional second argument PRED determines which buffers are considered: