changeset 60262:419004546419

(Rename or Copy): Minor fix. (Numbered Backups): For version-control, say the default. (Auto-Saving): make-auto-save-file-name example is simplified.
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Feb 2005 23:50:45 +0000
parents dd9ce828300e
children 77eae74f8d56
files lispref/backups.texi
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/backups.texi	Sat Feb 26 23:49:49 2005 +0000
+++ b/lispref/backups.texi	Sat Feb 26 23:50:45 2005 +0000
@@ -198,7 +198,7 @@
 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 @@
 @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 @@
 @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