# HG changeset patch # User adrian # Date 1044990835 0 # Node ID e2da7cf7aa740001c3cec8080989d6e38c4ce120 # Parent 5d97d6110cd9188287c2b752116333519dd2e628 [xemacs-hg @ 2003-02-11 19:13:52 by adrian] xemacs-21.5: Fix auto-save xref in lispref manual -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2003-02-11 Adrian Aichner * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user manual. diff -r 5d97d6110cd9 -r e2da7cf7aa74 man/ChangeLog --- a/man/ChangeLog Tue Feb 11 08:56:59 2003 +0000 +++ b/man/ChangeLog Tue Feb 11 19:13:55 2003 +0000 @@ -1,3 +1,8 @@ +2003-02-11 Adrian Aichner + + * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user + manual. + 2003-02-06 Stephen J. Turnbull * internals/internals.texi (Top): diff -r 5d97d6110cd9 -r e2da7cf7aa74 man/lispref/backups.texi --- a/man/lispref/backups.texi Tue Feb 11 08:56:59 2003 +0000 +++ b/man/lispref/backups.texi Tue Feb 11 19:13:55 2003 +0000 @@ -357,8 +357,8 @@ 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.