summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-09-20 19:59:40 +0000
committerGlenn Morris <rgm@gnu.org>2008-09-20 19:59:40 +0000
commit1f7956ea9c9618838cc28f119a064726d9fc7334 (patch)
tree3a593c27d23c04696d7515a4a06d3fbdb7c49556
parent9c3f663f2d42c4375549e9b1af1ad74f914905ed (diff)
downloademacs-1f7956ea9c9618838cc28f119a064726d9fc7334.tar.gz
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/files.texi6
1 files changed, 3 insertions, 3 deletions
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.
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