diff options
| author | Andreas Schwab | 2001-03-30 11:05:30 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2001-03-30 11:05:30 +0000 |
| commit | 8321783864053d5a3e7b13da2a00c3011f51f85d (patch) | |
| tree | d510cc22f444e5cf5e55e8731e315bf93cbde971 | |
| parent | dca5e71d8f2da70bee5d2962a55acb7a1edc22d0 (diff) | |
| download | emacs-8321783864053d5a3e7b13da2a00c3011f51f85d.tar.gz emacs-8321783864053d5a3e7b13da2a00c3011f51f85d.zip | |
(Backup Names): Fix typo.
| -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 7473d4723db..cfa3db94a73 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -539,7 +539,7 @@ patterns should be backed up in specific directories. | |||
| 539 | all backups in the directory with absolute name @var{dir}; Emacs | 539 | all backups in the directory with absolute name @var{dir}; Emacs |
| 540 | modifies the backup file names to avoid clashes between files with the | 540 | modifies the backup file names to avoid clashes between files with the |
| 541 | same names originating in different directories. Alternatively, | 541 | same names originating in different directories. Alternatively, |
| 542 | adding, say, @code{("." ".~")} would make backups in the invisible | 542 | adding, say, @code{("." . ".~")} would make backups in the invisible |
| 543 | subdirectory @file{.~} of the original file's directory. Emacs | 543 | subdirectory @file{.~} of the original file's directory. Emacs |
| 544 | creates the directory, if necessary, to make the backup. | 544 | creates the directory, if necessary, to make the backup. |
| 545 | 545 | ||