diff options
| author | Gerd Moellmann | 2001-02-23 13:12:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-23 13:12:30 +0000 |
| commit | 5bf6f93d345e137eb7412639a9475e55d188be83 (patch) | |
| tree | be1e4bf6cb6331fb5ab994371305097e328a0c93 | |
| parent | 1ecbf4e45faa1d5411ece4c5e580bbbd1ac56b9a (diff) | |
| download | emacs-5bf6f93d345e137eb7412639a9475e55d188be83.tar.gz emacs-5bf6f93d345e137eb7412639a9475e55d188be83.zip | |
(Making Backups): Remove doubled `for'.
| -rw-r--r-- | lispref/backups.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 147 | the default @code{make-backup-file-name}. A value of nil gives the | 147 | the default @code{make-backup-file-name}. A value of nil gives the |
| 148 | default @code{make-backup-file-name} behaviour. | 148 | default @code{make-backup-file-name} behaviour. |
| 149 | 149 | ||
| 150 | This could be buffer-local to do something special for for specific | 150 | This could be buffer-local to do something special for specific |
| 151 | files. If you define it, you may need to change | 151 | files. If you define it, you may need to change |
| 152 | @code{backup-file-name-p} and @code{file-name-sans-versions} too. | 152 | @code{backup-file-name-p} and @code{file-name-sans-versions} too. |
| 153 | @end defvar | 153 | @end defvar |