diff options
| author | Richard M. Stallman | 2005-02-26 23:50:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-02-26 23:50:45 +0000 |
| commit | fe4c5da136f8a3fb8a22578ae9644c1001aa65c6 (patch) | |
| tree | f9cbfd61e86e979c19404f6133c0897d270cd2c1 | |
| parent | 8389b33fa2a8cdcee34adc84bd86b85ec8a101e3 (diff) | |
| download | emacs-fe4c5da136f8a3fb8a22578ae9644c1001aa65c6.tar.gz emacs-fe4c5da136f8a3fb8a22578ae9644c1001aa65c6.zip | |
(Rename or Copy): Minor fix.
(Numbered Backups): For version-control, say the default.
(Auto-Saving): make-auto-save-file-name example is simplified.
| -rw-r--r-- | lispref/backups.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi index 52cb86dea88..8db24665a54 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi | |||
| @@ -198,7 +198,7 @@ If this variable is non-@code{nil}, Emacs always makes backup files by | |||
| 198 | copying. | 198 | copying. |
| 199 | @end defopt | 199 | @end defopt |
| 200 | 200 | ||
| 201 | The following two variables, when non-@code{nil}, cause the second | 201 | The following three variables, when non-@code{nil}, cause the second |
| 202 | method to be used in certain special cases. They have no effect on the | 202 | method to be used in certain special cases. They have no effect on the |
| 203 | treatment of files that don't fall into the special cases. | 203 | treatment of files that don't fall into the special cases. |
| 204 | 204 | ||
| @@ -253,7 +253,7 @@ file or multiple numbered backups. | |||
| 253 | @table @asis | 253 | @table @asis |
| 254 | @item @code{nil} | 254 | @item @code{nil} |
| 255 | Make numbered backups if the visited file already has numbered backups; | 255 | Make numbered backups if the visited file already has numbered backups; |
| 256 | otherwise, do not. | 256 | otherwise, do not. This is the default. |
| 257 | 257 | ||
| 258 | @item @code{never} | 258 | @item @code{never} |
| 259 | Do not make numbered backups. | 259 | Do not make numbered backups. |
| @@ -503,7 +503,8 @@ function should check that variable first. | |||
| 503 | @end group | 503 | @end group |
| 504 | @end example | 504 | @end example |
| 505 | 505 | ||
| 506 | The standard definition of this function is as follows: | 506 | Here is a simplified version of the standard definition of this |
| 507 | function: | ||
| 507 | 508 | ||
| 508 | @example | 509 | @example |
| 509 | @group | 510 | @group |