(Backup Names): Fix typo.
This commit is contained in:
parent
dca5e71d8f
commit
8321783864
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ patterns should be backed up in specific directories.
|
|||
all backups in the directory with absolute name @var{dir}; Emacs
|
||||
modifies the backup file names to avoid clashes between files with the
|
||||
same names originating in different directories. Alternatively,
|
||||
adding, say, @code{("." ".~")} would make backups in the invisible
|
||||
adding, say, @code{("." . ".~")} would make backups in the invisible
|
||||
subdirectory @file{.~} of the original file's directory. Emacs
|
||||
creates the directory, if necessary, to make the backup.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue