diff options
| author | Glenn Morris | 2008-09-20 19:59:49 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-09-20 19:59:49 +0000 |
| commit | 1c90484d761354b98293cf86e833549b2c161817 (patch) | |
| tree | 025e30631eb0b2212f6bf95125b5e0ffc69c7a78 | |
| parent | 25b30b16a4d70b86896671206a8e743f5300117e (diff) | |
| download | emacs-1c90484d761354b98293cf86e833549b2c161817.tar.gz emacs-1c90484d761354b98293cf86e833549b2c161817.zip | |
Jim Blandy <jimb at red-bean.com>
(Numbered Backups): Reference File Variables, as well.
Remove discussion of Rmail's implementation.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/files.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2145205be6e..f7ab94fa423 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-09-20 Jim Blandy <jimb@red-bean.com> | ||
| 2 | |||
| 3 | * files.texi (Numbered Backups): Reference File Variables, as well. | ||
| 4 | Remove discussion of Rmail's implementation. | ||
| 5 | |||
| 1 | 2008-09-06 Chong Yidong <cyd@stupidchicken.com> | 6 | 2008-09-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * misc.texi (Recursive Edit): Note that top-level exits active | 8 | * misc.texi (Recursive Edit): Note that top-level exits active |
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 058d9278a54..d7c135f89ea 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -591,9 +591,9 @@ Never make numbered backups; always make single backups. | |||
| 591 | The usual way to set this variable is globally, through your | 591 | The usual way to set this variable is globally, through your |
| 592 | @file{.emacs} file or the customization buffer. However, you can set | 592 | @file{.emacs} file or the customization buffer. However, you can set |
| 593 | @code{version-control} locally in an individual buffer to control the | 593 | @code{version-control} locally in an individual buffer to control the |
| 594 | making of backups for that buffer's file. For example, Rmail mode | 594 | making of backups for that buffer's file (@pxref{Locals}). You can |
| 595 | locally sets @code{version-control} to @code{never} to make sure that | 595 | have Emacs set @code{version-control} locally whenever you visit a |
| 596 | there is only one backup for an Rmail file. @xref{Locals}. | 596 | given file (@pxref{File Variables}). |
| 597 | 597 | ||
| 598 | @cindex @env{VERSION_CONTROL} environment variable | 598 | @cindex @env{VERSION_CONTROL} environment variable |
| 599 | If you set the environment variable @env{VERSION_CONTROL}, to tell | 599 | If you set the environment variable @env{VERSION_CONTROL}, to tell |