diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-03-25 13:33:31 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-03-25 13:33:31 +0000 |
commit | 126c9dda20f2da364a17ffaa2d952fd79c6cc724 (patch) | |
tree | 7a507401552a06f627c5e389ea049726a3d59a1e /lisp/files.el | |
parent | 2cbd16b93ebcaec3f42fcc9de129f53792583adb (diff) | |
download | emacs-126c9dda20f2da364a17ffaa2d952fd79c6cc724.tar.gz |
(save-some-buffers): Doc fix.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
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: |