diff options
| author | Chong Yidong | 2005-09-10 15:51:28 +0000 |
|---|---|---|
| committer | Chong Yidong | 2005-09-10 15:51:28 +0000 |
| commit | 2bb8b80c2099dea53d6de3b232120cfcd4bcb45a (patch) | |
| tree | 9e4bc697fe28b173c37997c669fef827f67d560e | |
| parent | 0e43543032f5cc902caaed55ac7191f586d9e74b (diff) | |
| download | emacs-2bb8b80c2099dea53d6de3b232120cfcd4bcb45a.tar.gz emacs-2bb8b80c2099dea53d6de3b232120cfcd4bcb45a.zip | |
2005-09-10 Chong Yidong <cyd@stupidchicken.com>
* files.texi (Saving Buffers): Fix typo.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/files.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7e603eb63aa..41e6c1aa9eb 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-09-10 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * files.texi (Saving Buffers): Fix typo. | ||
| 4 | |||
| 1 | 2005-09-08 Richard M. Stallman <rms@gnu.org> | 5 | 2005-09-08 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * tips.texi (Programming Tips): Correct the "default" prompt spec. | 7 | * tips.texi (Programming Tips): Correct the "default" prompt spec. |
diff --git a/lispref/files.texi b/lispref/files.texi index 570b601f743..5b8d77d2070 100644 --- a/lispref/files.texi +++ b/lispref/files.texi | |||
| @@ -343,7 +343,7 @@ If it is @code{t}, that means also offer to save certain other non-file | |||
| 343 | buffers---those that have a non-@code{nil} buffer-local value of | 343 | buffers---those that have a non-@code{nil} buffer-local value of |
| 344 | @code{buffer-offer-save} (@pxref{Killing Buffers}). A user who says | 344 | @code{buffer-offer-save} (@pxref{Killing Buffers}). A user who says |
| 345 | @samp{yes} to saving a non-file buffer is asked to specify the file | 345 | @samp{yes} to saving a non-file buffer is asked to specify the file |
| 346 | name to use.) The @code{save-buffers-kill-emacs} function passes the | 346 | name to use. The @code{save-buffers-kill-emacs} function passes the |
| 347 | value @code{t} for @var{pred}. | 347 | value @code{t} for @var{pred}. |
| 348 | 348 | ||
| 349 | If @var{pred} is neither @code{t} nor @code{nil}, then it should be | 349 | If @var{pred} is neither @code{t} nor @code{nil}, then it should be |