diff man/lispref/backups.texi @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents 576fb035e263
children e2da7cf7aa74
line wrap: on
line diff
--- a/man/lispref/backups.texi	Mon Aug 13 11:36:20 2007 +0200
+++ b/man/lispref/backups.texi	Mon Aug 13 11:37:21 2007 +0200
@@ -358,9 +358,9 @@
 than a limited amount of work if the system crashes.  By default,
 auto-saves happen every 300 keystrokes, or after around 30 seconds of
 idle time.  @xref{Auto-Save, Auto-Save, Auto-Saving: Protection Against
-Disasters, emacs, The XEmacs Reference Manual}, for information on auto-save
-for users.  Here we describe the functions used to implement auto-saving
-and the variables that control them.
+Disasters, xemacs, The XEmacs Lisp Reference Manual}, for information on
+auto-save for users.  Here we describe the functions used to implement
+auto-saving and the variables that control them.
 
 @defvar buffer-auto-save-file-name
 This buffer-local variable is the name of the file used for
@@ -579,7 +579,7 @@
   If you have made extensive changes to a file and then change your mind
 about them, you can get rid of them by reading in the previous version
 of the file with the @code{revert-buffer} command.  @xref{Reverting, ,
-Reverting a Buffer, emacs, The XEmacs Reference Manual}.
+Reverting a Buffer, xemacs, The XEmacs Lisp Reference Manual}.
 
 @deffn Command revert-buffer &optional check-auto-save noconfirm preserve-modes
 This command replaces the buffer text with the text of the visited