X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Flispref%2Fbackups.texi;h=cac8e565336a442a7b909f763f0235d8a1b3ffaa;hb=cc74096b0e1fb6c365a4b203beef20edf3f3ade7;hp=6dbcb22ecbbfc99fc5a7272cb2727b022b411fd4;hpb=82f6d62ee211b1d36e8f45fed3ee3edde82b6916;p=chise%2Fxemacs-chise.git.1 diff --git a/man/lispref/backups.texi b/man/lispref/backups.texi index 6dbcb22..cac8e56 100644 --- a/man/lispref/backups.texi +++ b/man/lispref/backups.texi @@ -357,8 +357,8 @@ automatically compare a file with its most recent backup. called @dfn{auto-saving}. Auto-saving prevents you from losing more 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, xemacs, The XEmacs Lisp Reference Manual}, for information on +idle time. @xref{Auto Save, Auto-Save, Auto-Saving: Protection Against +Disasters, xemacs, The XEmacs User's Manual}, for information on auto-save for users. Here we describe the functions used to implement auto-saving and the variables that control them. @@ -579,7 +579,7 @@ name. 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, xemacs, The XEmacs Lisp Reference Manual}. +Reverting a Buffer, xemacs, The XEmacs User's Manual}. @deffn Command revert-buffer &optional check-auto-save noconfirm preserve-modes This command replaces the buffer text with the text of the visited