emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 619f1ed 29/64: Move doc of backup-directory-alist


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 619f1ed 29/64: Move doc of backup-directory-alist to the Backup node
Date: Sun, 01 May 2016 18:18:40 +0000

branch: emacs-25
commit 619f1edec7b14790090c05a2dcddf37253b06bfe
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Move doc of backup-directory-alist to the Backup node
    
    * doc/emacs/files.texi (Backup): Move the documentation of
    `backup-directory-alist' here from the "Single or Numbered
    Backups" node, because it doesn't seem to have much to do with
    numbering (bug#18692).
    
    (cherry picked from commit e77b8d84b4161f2cf8720dec2bf44a3e50134398)
---
 doc/emacs/files.texi |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index ab20d4a..af7a2fc 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -522,6 +522,18 @@ a new backup file.  @kbd{C-u C-u C-u C-x C-s} does both 
things: it
 makes a backup from the previous contents, and arranges to make
 another from the newly saved contents if you save again.
 
address@hidden backup-directory-alist
+  You can customize the variable @code{backup-directory-alist} to
+specify that files matching certain patterns should be backed up in
+specific directories.  A typical use is to add an element @code{("."
+. @var{dir})} to make all backups in the directory with absolute name
address@hidden  Emacs modifies the backup file names to avoid clashes
+between files with the same names originating in different
+directories.  Alternatively, adding, @code{("." . ".~")} would make
+backups in the invisible subdirectory @file{.~} of the original file's
+directory.  Emacs creates the directory, if necessary, to make the
+backup.
+
 @menu
 * Names: Backup Names.          How backup files are named.
 * Deletion: Backup Deletion.    Emacs deletes excess numbered backups.
@@ -585,19 +597,6 @@ value is @samp{nil} or @samp{existing}, then 
@code{version-control}
 becomes @code{nil}; if it is @samp{never} or @samp{simple}, then
 @code{version-control} becomes @code{never}.
 
address@hidden backup-directory-alist
-  You can customize the variable @code{backup-directory-alist} to
-specify that files matching certain patterns should be backed up in
-specific directories.  This variable applies to both single and
-numbered backups.  A typical use is to add an element @code{("."
-. @var{dir})} to make all backups in the directory with absolute name
address@hidden; Emacs modifies the backup file names to avoid clashes
-between files with the same names originating in different
-directories.  Alternatively, adding, @code{("." . ".~")} would make
-backups in the invisible subdirectory @file{.~} of the original file's
-directory.  Emacs creates the directory, if necessary, to make the
-backup.
-
 @vindex make-backup-file-name-function
   If you set the variable @code{make-backup-file-name-function} to
 a suitable Lisp function, you can override the usual way Emacs



reply via email to

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