emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 4cefa3c0b1f: ; * doc/emacs/files.texi (Backup): Clarify "saving


From: Eli Zaretskii
Subject: emacs-29 4cefa3c0b1f: ; * doc/emacs/files.texi (Backup): Clarify "saving" (bug#70326).
Date: Wed, 10 Apr 2024 15:32:31 -0400 (EDT)

branch: emacs-29
commit 4cefa3c0b1f7270ca5317caa02101a0257595b9c
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/emacs/files.texi (Backup): Clarify "saving" (bug#70326).
---
 doc/emacs/files.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index d074a55b762..393c4728422 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -569,9 +569,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]