diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/files.el | 2 |
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 @@ +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'. 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: |