Mercurial > emacs
changeset 36349:8f3fb74ff6a0
(Making Backups): Remove doubled `for'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 23 Feb 2001 13:12:30 +0000 |
parents | 3fd0e91fef4e |
children | 080a94708b56 |
files | lispref/backups.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/backups.texi Fri Feb 23 13:11:25 2001 +0000 +++ b/lispref/backups.texi Fri Feb 23 13:12:30 2001 +0000 @@ -147,7 +147,7 @@ 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