From: Gerd Moellmann Date: Fri, 23 Feb 2001 13:12:30 +0000 (+0000) Subject: (Making Backups): Remove doubled `for'. X-Git-Tag: emacs-pretest-21.0.99~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bf6f93d345e137eb7412639a9475e55d188be83;p=emacs.git (Making Backups): Remove doubled `for'. --- diff --git a/lispref/backups.texi b/lispref/backups.texi index 91620db4a6b..7c35ecdd817 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi @@ -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