aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-02-26 23:50:45 +0000
committerRichard M. Stallman <[email protected]>2005-02-26 23:50:45 +0000
commitfe4c5da136f8a3fb8a22578ae9644c1001aa65c6 (patch)
treef9cbfd61e86e979c19404f6133c0897d270cd2c1
parent8389b33fa2a8cdcee34adc84bd86b85ec8a101e3 (diff)
(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.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi
index 52cb86dea8..8db24665a5 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
copying.
@end defopt
- The following two variables, when non-@code{nil}, cause the second
+ The following three variables, when non-@code{nil}, cause the second
method to be used in certain special cases. They have no effect on the
treatment of files that don't fall into the special cases.
@@ -253,7 +253,7 @@ file or multiple numbered backups.
@table @asis
@item @code{nil}
Make numbered backups if the visited file already has numbered backups;
-otherwise, do not.
+otherwise, do not. This is the default.
@item @code{never}
Do not make numbered backups.
@@ -503,7 +503,8 @@ function should check that variable first.
@end group
@end example
-The standard definition of this function is as follows:
+Here is a simplified version of the standard definition of this
+function:
@example
@group