diff options
| author | Thien-Thi Nguyen | 2005-03-25 13:33:31 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-03-25 13:33:31 +0000 |
| commit | 126c9dda20f2da364a17ffaa2d952fd79c6cc724 (patch) | |
| tree | 7a507401552a06f627c5e389ea049726a3d59a1e | |
| parent | 2cbd16b93ebcaec3f42fcc9de129f53792583adb (diff) | |
| download | emacs-126c9dda20f2da364a17ffaa2d952fd79c6cc724.tar.gz emacs-126c9dda20f2da364a17ffaa2d952fd79c6cc724.zip | |
(save-some-buffers): Doc fix.
| -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 @@ | |||
| 1 | 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change) | ||
| 2 | |||
| 3 | * files.el (save-some-buffers): Doc fix. | ||
| 4 | |||
| 1 | 2005-03-25 Werner Lemberg <wl@gnu.org> | 5 | 2005-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. |
| 3423 | You can answer `y' to save, `n' not to save, `C-r' to look at the | 3423 | You can answer `y' to save, `n' not to save, `C-r' to look at the |
| 3424 | buffer in question with `view-buffer' before deciding or `d' to | 3424 | buffer in question with `view-buffer' before deciding or `d' to |
| 3425 | view the differences using `diff-buffer-to-file'. | 3425 | view the differences using `diff-buffer-with-file'. |
| 3426 | 3426 | ||
| 3427 | Optional argument (the prefix) non-nil means save all with no questions. | 3427 | Optional argument (the prefix) non-nil means save all with no questions. |
| 3428 | Optional second argument PRED determines which buffers are considered: | 3428 | Optional second argument PRED determines which buffers are considered: |