Mercurial > emacs
comparison man/files.texi @ 37090:41f1140b1f53
(Backup Names): Fix typo.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 30 Mar 2001 11:05:30 +0000 |
parents | c4072454eee4 |
children | 702729e72132 |
comparison
equal
deleted
inserted
replaced
37089:4c8184656a19 | 37090:41f1140b1f53 |
---|---|
537 | 537 |
538 A typical use is to add an element @code{("." . @var{dir})} to make | 538 A typical use is to add an element @code{("." . @var{dir})} to make |
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 |
546 If access control stops Emacs from writing backup files under the usual | 546 If access control stops Emacs from writing backup files under the usual |
547 names, it writes the backup file as @file{%backup%~} in your home | 547 names, it writes the backup file as @file{%backup%~} in your home |