]> git.eshelyaron.com Git - emacs.git/commitdiff
(save-some-buffers): Doc fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 25 Mar 2005 13:33:31 +0000 (13:33 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 25 Mar 2005 13:33:31 +0000 (13:33 +0000)
lisp/ChangeLog
lisp/files.el

index a0bd9b2dad2cda0acd4c8445318d39caff1605ae..52168ef72b0e90230f640e33027513c6ec0d6673 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
+
+       * files.el (save-some-buffers): Doc fix.
+
 2005-03-25  Werner Lemberg  <wl@gnu.org>
 
        * complete.el, thumbs.el: Replace `legal' with `valid'.
index 1921c959bf91934fef5de86d58de21afc96a0d4c..887fb83b7a9db8c98b78a3219c7b11d41f4dc29a 100644 (file)
@@ -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: