Mercurial > hg > xemacs-beta
changeset 1288:e2da7cf7aa74
[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 <adrian@xemacs.org>
* lispref/backups.texi (Auto-Saving): Fix auto-save xref to user
manual.
author | adrian |
---|---|
date | Tue, 11 Feb 2003 19:13:55 +0000 |
parents | 5d97d6110cd9 |
children | 32d0a2215666 |
files | man/ChangeLog man/lispref/backups.texi |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <adrian@xemacs.org> + + * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user + manual. + 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org> * internals/internals.texi (Top):
--- 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.