From: Richard M. Stallman Date: Thu, 8 Oct 1998 02:20:26 +0000 (+0000) Subject: (save-buffer): Doc fix. X-Git-Tag: emacs-20.4~1553 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=749d2ee6ddfd350895ef65dd4f9fb44fdbf54c5c;p=emacs.git (save-buffer): Doc fix. --- 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 to become a backup when the next save is done, and unconditionally makes the previous version into a backup file. -With argument of 0, never makes the previous version into a backup file. +With argument of 0, never make the previous version into a backup file. If a file's name is FOO, the names of its numbered backup versions are 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 If `delete-old-versions' is nil, system will query user before trimming versions. Otherwise it does it silently. +If `vc-make-backup-files' is nil, which is the default, + no backup files are made for files managed by version control. + (This is because the version control system itself records previous versions.) + See the subroutine `basic-save-buffer' for more information." (interactive "p") (let ((modp (buffer-modified-p))