Mercurial > hg > xemacs-beta
comparison man/lispref/backups.texi @ 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 | 1ccc32a20af4 |
children | 094487d1005d |
comparison
equal
deleted
inserted
replaced
1287:5d97d6110cd9 | 1288:e2da7cf7aa74 |
---|---|
355 | 355 |
356 XEmacs periodically saves all files that you are visiting; this is | 356 XEmacs periodically saves all files that you are visiting; this is |
357 called @dfn{auto-saving}. Auto-saving prevents you from losing more | 357 called @dfn{auto-saving}. Auto-saving prevents you from losing more |
358 than a limited amount of work if the system crashes. By default, | 358 than a limited amount of work if the system crashes. By default, |
359 auto-saves happen every 300 keystrokes, or after around 30 seconds of | 359 auto-saves happen every 300 keystrokes, or after around 30 seconds of |
360 idle time. @xref{Auto-Save, Auto-Save, Auto-Saving: Protection Against | 360 idle time. @xref{Auto Save, Auto-Save, Auto-Saving: Protection Against |
361 Disasters, xemacs, The XEmacs Lisp Reference Manual}, for information on | 361 Disasters, xemacs, The XEmacs User's Manual}, for information on |
362 auto-save for users. Here we describe the functions used to implement | 362 auto-save for users. Here we describe the functions used to implement |
363 auto-saving and the variables that control them. | 363 auto-saving and the variables that control them. |
364 | 364 |
365 @defvar buffer-auto-save-file-name | 365 @defvar buffer-auto-save-file-name |
366 This buffer-local variable is the name of the file used for | 366 This buffer-local variable is the name of the file used for |