[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-25 53ca1e1: Index tilde characters in names of backu
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] emacs-25 53ca1e1: Index tilde characters in names of backup files |
Date: |
Sat, 13 Feb 2016 13:37:48 +0000 |
branch: emacs-25
commit 53ca1e1acff83d5d1a55aa8c04071ceebf21b307
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
Index tilde characters in names of backup files
* doc/emacs/files.texi (Backup Names): Improve indexing.
(Bug#22625)
---
doc/emacs/files.texi | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 3d5562d..ab20d4a 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.
@node Backup Names
@subsubsection Single or Numbered Backups
address@hidden backup file names
address@hidden names of backup files
address@hidden @file{~}, in names of backup files
address@hidden tilde (@file{~}) at end of backup file name
When Emacs makes a backup file, its name is normally constructed by
appending @samp{~} to the file name being edited; thus, the backup
file for @file{eval.c} would be @file{eval.c~}.
address@hidden @file{~/.emacs.d/%backup%~}
If access control stops Emacs from writing backup files under the
usual names, it writes the backup file as @file{~/.emacs.d/%backup%~}.
Only one such file can exist, so only the most recently made such
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-25 53ca1e1: Index tilde characters in names of backup files,
Eli Zaretskii <=