]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/files.texi (Backup): Clarify "saving" (bug#70326).
authorEli Zaretskii <eliz@gnu.org>
Wed, 10 Apr 2024 19:31:57 +0000 (22:31 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Apr 2024 16:48:19 +0000 (18:48 +0200)
(cherry picked from commit 4cefa3c0b1f7270ca5317caa02101a0257595b9c)

doc/emacs/files.texi

index d98b1936fe4b6fcaa72b2db793566c0625bd6ccd..af8d20782f85ecb494808cc964bcfb3ce63aedbe 100644 (file)
@@ -567,9 +567,10 @@ Emacs carefully copies the old contents to another file, called the
 @dfn{backup} file, before actually saving.
 
   Emacs makes a backup for a file only the first time the file is
-saved from a buffer.  No matter how many times you subsequently save
-the file, its backup remains unchanged.  However, if you kill the
-buffer and then visit the file again, a new backup file will be made.
+saved from the buffer that visits it.  No matter how many times you
+subsequently save the file, its backup remains unchanged.  However, if
+you kill the buffer and then visit the file again, a new backup file
+will be made.
 
   For most files, the variable @code{make-backup-files} determines
 whether to make backup files.  On most operating systems, its default