]> git.eshelyaron.com Git - emacs.git/commitdiff
Jim Blandy <jimb at red-bean.com>
authorGlenn Morris <rgm@gnu.org>
Sat, 20 Sep 2008 19:59:49 +0000 (19:59 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 20 Sep 2008 19:59:49 +0000 (19:59 +0000)
(Numbered Backups): Reference File Variables, as well.
Remove discussion of Rmail's implementation.

doc/emacs/ChangeLog
doc/emacs/files.texi

index 2145205be6e76c7fb52ef6633268eaa3dcb94a1f..f7ab94fa4230872cd776b54aaa377da1ee656dd0 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-20  Jim Blandy  <jimb@red-bean.com>
+
+       * files.texi (Numbered Backups): Reference File Variables, as well.
+       Remove discussion of Rmail's implementation.
+
 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * misc.texi (Recursive Edit): Note that top-level exits active
index 058d9278a541c0be41811a51dd9b8084b70b7802..d7c135f89eaf31863cfba27c22e579165f2c075b 100644 (file)
@@ -591,9 +591,9 @@ Never make numbered backups; always make single backups.
 The usual way to set this variable is globally, through your
 @file{.emacs} file or the customization buffer.  However, you can set
 @code{version-control} locally in an individual buffer to control the
-making of backups for that buffer's file.  For example, Rmail mode
-locally sets @code{version-control} to @code{never} to make sure that
-there is only one backup for an Rmail file.  @xref{Locals}.
+making of backups for that buffer's file (@pxref{Locals}).  You can
+have Emacs set @code{version-control} locally whenever you visit a
+given file (@pxref{File Variables}).
 
 @cindex @env{VERSION_CONTROL} environment variable
   If you set the environment variable @env{VERSION_CONTROL}, to tell