aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2001-03-30 11:05:30 +0000
committerAndreas Schwab2001-03-30 11:05:30 +0000
commit8321783864053d5a3e7b13da2a00c3011f51f85d (patch)
treed510cc22f444e5cf5e55e8731e315bf93cbde971
parentdca5e71d8f2da70bee5d2962a55acb7a1edc22d0 (diff)
downloademacs-8321783864053d5a3e7b13da2a00c3011f51f85d.tar.gz
emacs-8321783864053d5a3e7b13da2a00c3011f51f85d.zip
(Backup Names): Fix typo.
-rw-r--r--man/files.texi2
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.
539all backups in the directory with absolute name @var{dir}; Emacs 539all backups in the directory with absolute name @var{dir}; Emacs
540modifies the backup file names to avoid clashes between files with the 540modifies the backup file names to avoid clashes between files with the
541same names originating in different directories. Alternatively, 541same names originating in different directories. Alternatively,
542adding, say, @code{("." ".~")} would make backups in the invisible 542adding, say, @code{("." . ".~")} would make backups in the invisible
543subdirectory @file{.~} of the original file's directory. Emacs 543subdirectory @file{.~} of the original file's directory. Emacs
544creates the directory, if necessary, to make the backup. 544creates the directory, if necessary, to make the backup.
545 545