diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-02-06 09:58:22 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-02-06 09:58:22 +0000 |
commit | cd35cb62a1a69ef806aa78f2be5a272ae939a075 (patch) | |
tree | fccf03d720513163ffb4aa08333f79637a163303 /man/files.texi | |
parent | 8b0645d63b6960e33dd4f258efb6488a7b2a1c89 (diff) | |
download | emacs-cd35cb62a1a69ef806aa78f2be5a272ae939a075.tar.gz |
(Backup Names): Fix markup of backup-directory-alist.
Diffstat (limited to 'man/files.texi')
-rw-r--r-- | man/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/files.texi b/man/files.texi index 0ce92b90009..4369251398d 100644 --- a/man/files.texi +++ b/man/files.texi @@ -513,7 +513,7 @@ be @file{eval.c~}. You can change this behaviour by defining the variable @code{make-backup-file-name-function} to a suitable function. Alternatively you can customize the variable -@var{backup-directory-alist} to specify that files matching certain +@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 @var{dir}; the names will be mangled to |