aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-10-08 02:20:26 +0000
committerRichard M. Stallman1998-10-08 02:20:26 +0000
commit749d2ee6ddfd350895ef65dd4f9fb44fdbf54c5c (patch)
tree1be781f10e6437da973a191343226451df22c7c9
parentd54abccd47d84658afcdf53dbb0eedfae48db53e (diff)
downloademacs-749d2ee6ddfd350895ef65dd4f9fb44fdbf54c5c.tar.gz
emacs-749d2ee6ddfd350895ef65dd4f9fb44fdbf54c5c.zip
(save-buffer): Doc fix.
-rw-r--r--lisp/files.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index c58edd7bcb8..aac11fd6e32 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2178,7 +2178,7 @@ With 3 \\[universal-argument]'s, marks this version
2178 to become a backup when the next save is done, 2178 to become a backup when the next save is done,
2179 and unconditionally makes the previous version into a backup file. 2179 and unconditionally makes the previous version into a backup file.
2180 2180
2181With argument of 0, never makes the previous version into a backup file. 2181With argument of 0, never make the previous version into a backup file.
2182 2182
2183If a file's name is FOO, the names of its numbered backup versions are 2183If a file's name is FOO, the names of its numbered backup versions are
2184 FOO.~i~ for various integers i. A non-numbered backup file is called FOO~. 2184 FOO.~i~ for various integers i. A non-numbered backup file is called FOO~.
@@ -2194,6 +2194,10 @@ We don't want excessive versions piling up, so there are variables
2194If `delete-old-versions' is nil, system will query user 2194If `delete-old-versions' is nil, system will query user
2195 before trimming versions. Otherwise it does it silently. 2195 before trimming versions. Otherwise it does it silently.
2196 2196
2197If `vc-make-backup-files' is nil, which is the default,
2198 no backup files are made for files managed by version control.
2199 (This is because the version control system itself records previous versions.)
2200
2197See the subroutine `basic-save-buffer' for more information." 2201See the subroutine `basic-save-buffer' for more information."
2198 (interactive "p") 2202 (interactive "p")
2199 (let ((modp (buffer-modified-p)) 2203 (let ((modp (buffer-modified-p))