]> code.delx.au - gnu-emacs/blobdiff - lispref/backups.texi
(Instrumenting Macro Calls): Fix another typo.
[gnu-emacs] / lispref / backups.texi
index 89edc6d99cf27880d729d2a9473f5737115e2627..8db24665a5462c49876acada74104b651e463400 100644 (file)
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1999
+@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1999, 2004
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../info/backups
@@ -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
@@ -713,6 +714,7 @@ reverts the file without asking the user for confirmation.
 buffer-local bindings for these variables:
 
 @defvar revert-buffer-function
+@anchor{Definition of revert-buffer-function}
 The value of this variable is the function to use to revert this
 buffer.  If non-@code{nil}, it should be a function with two optional
 arguments to do the work of reverting.  The two optional arguments,