diff options
| author | Eli Zaretskii | 2001-02-06 09:58:22 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-02-06 09:58:22 +0000 |
| commit | cd35cb62a1a69ef806aa78f2be5a272ae939a075 (patch) | |
| tree | fccf03d720513163ffb4aa08333f79637a163303 | |
| parent | 8b0645d63b6960e33dd4f258efb6488a7b2a1c89 (diff) | |
| download | emacs-cd35cb62a1a69ef806aa78f2be5a272ae939a075.tar.gz emacs-cd35cb62a1a69ef806aa78f2be5a272ae939a075.zip | |
(Backup Names): Fix markup of backup-directory-alist.
| -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~}. | |||
| 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. |
| 515 | Alternatively you can customize the variable | 515 | Alternatively 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 |
| 517 | patterns should be backed up in specific directories. A typical use is | 517 | patterns should be backed up in specific directories. A typical use is |
| 518 | to add an element @code{("." . @var{dir})} to make all backups in the | 518 | to add an element @code{("." . @var{dir})} to make all backups in the |
| 519 | directory with absolute name @var{dir}; the names will be mangled to | 519 | directory with absolute name @var{dir}; the names will be mangled to |