(Making Backups): Remove doubled `for'.

This commit is contained in:
Gerd Moellmann 2001-02-23 13:12:30 +00:00
parent 1ecbf4e45f
commit 5bf6f93d34

View file

@ -147,7 +147,7 @@ This variable's value is a function to use for making backups instead of
the default @code{make-backup-file-name}. A value of nil gives the
default @code{make-backup-file-name} behaviour.
This could be buffer-local to do something special for for specific
This could be buffer-local to do something special for specific
files. If you define it, you may need to change
@code{backup-file-name-p} and @code{file-name-sans-versions} too.
@end defvar