aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/files.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 3d5562dcc47..ab20d4a18f9 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -530,11 +530,16 @@ another from the newly saved contents if you save again.
530 530
531@node Backup Names 531@node Backup Names
532@subsubsection Single or Numbered Backups 532@subsubsection Single or Numbered Backups
533@cindex backup file names
534@cindex names of backup files
533 535
536@cindex @file{~}, in names of backup files
537@cindex tilde (@file{~}) at end of backup file name
534 When Emacs makes a backup file, its name is normally constructed by 538 When Emacs makes a backup file, its name is normally constructed by
535appending @samp{~} to the file name being edited; thus, the backup 539appending @samp{~} to the file name being edited; thus, the backup
536file for @file{eval.c} would be @file{eval.c~}. 540file for @file{eval.c} would be @file{eval.c~}.
537 541
542@cindex @file{~/.emacs.d/%backup%~}
538 If access control stops Emacs from writing backup files under the 543 If access control stops Emacs from writing backup files under the
539usual names, it writes the backup file as @file{~/.emacs.d/%backup%~}. 544usual names, it writes the backup file as @file{~/.emacs.d/%backup%~}.
540Only one such file can exist, so only the most recently made such 545Only one such file can exist, so only the most recently made such