aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-02-06 09:58:22 +0000
committerEli Zaretskii2001-02-06 09:58:22 +0000
commitcd35cb62a1a69ef806aa78f2be5a272ae939a075 (patch)
treefccf03d720513163ffb4aa08333f79637a163303
parent8b0645d63b6960e33dd4f258efb6488a7b2a1c89 (diff)
downloademacs-cd35cb62a1a69ef806aa78f2be5a272ae939a075.tar.gz
emacs-cd35cb62a1a69ef806aa78f2be5a272ae939a075.zip
(Backup Names): Fix markup of backup-directory-alist.
-rw-r--r--man/files.texi2
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~}.
513 You can change this behaviour by defining the variable 513 You can change this behaviour by defining the variable
514@code{make-backup-file-name-function} to a suitable function. 514@code{make-backup-file-name-function} to a suitable function.
515Alternatively you can customize the variable 515Alternatively you can customize the variable
516@var{backup-directory-alist} to specify that files matching certain 516@code{backup-directory-alist} to specify that files matching certain
517patterns should be backed up in specific directories. A typical use is 517patterns should be backed up in specific directories. A typical use is
518to add an element @code{("." . @var{dir})} to make all backups in the 518to add an element @code{("." . @var{dir})} to make all backups in the
519directory with absolute name @var{dir}; the names will be mangled to 519directory with absolute name @var{dir}; the names will be mangled to