changeset 25981:05863bd53034

Patch from RMS.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 12 Oct 1999 11:39:28 +0000
parents cef61b080859
children 6a0ca60a951f
files lispref/backups.texi
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/backups.texi	Mon Oct 11 17:14:12 1999 +0000
+++ b/lispref/backups.texi	Tue Oct 12 11:39:28 1999 +0000
@@ -624,11 +624,11 @@
 or saved.
 
 By default, if the latest auto-save file is more recent than the visited
-file, and the argument @var{ignore-auto} is non-@code{nil},
+file, and the argument @var{ignore-auto} is @code{nil},
 @code{revert-buffer} asks the user whether to use that auto-save
 instead.  When you invoke this command interactively, @var{ignore-auto}
-is @code{t} unless there is a numeric prefix argument; thus, the
-interactive default is to check the auto-save file.
+is @code{t} if there is no numeric prefix argument; thus, the
+interactive default is not to check the auto-save file.
 
 Normally, @code{revert-buffer} asks for confirmation before it changes
 the buffer; but if the argument @var{noconfirm} is non-@code{nil},