Mercurial > emacs
comparison lispref/backups.texi @ 77010:e009ed31b7cf
Improve index entries. Remove redundant ones.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 07 Apr 2007 02:08:53 +0000 |
parents | 71029a71cf4e |
children | a1e16e813aed 4ef881a120fe |
comparison
equal
deleted
inserted
replaced
77009:1473d95a7421 | 77010:e009ed31b7cf |
---|---|
5 @c See the file elisp.texi for copying conditions. | 5 @c See the file elisp.texi for copying conditions. |
6 @setfilename ../info/backups | 6 @setfilename ../info/backups |
7 @node Backups and Auto-Saving, Buffers, Files, Top | 7 @node Backups and Auto-Saving, Buffers, Files, Top |
8 @chapter Backups and Auto-Saving | 8 @chapter Backups and Auto-Saving |
9 @cindex backups and auto-saving | 9 @cindex backups and auto-saving |
10 @cindex back up and auto save | |
11 | 10 |
12 Backup files and auto-save files are two methods by which Emacs tries | 11 Backup files and auto-save files are two methods by which Emacs tries |
13 to protect the user from the consequences of crashes or of the user's | 12 to protect the user from the consequences of crashes or of the user's |
14 own errors. Auto-saving preserves the text from earlier in the current | 13 own errors. Auto-saving preserves the text from earlier in the current |
15 editing session; backup files preserve file contents prior to the | 14 editing session; backup files preserve file contents prior to the |
162 @end defvar | 161 @end defvar |
163 | 162 |
164 | 163 |
165 @node Rename or Copy | 164 @node Rename or Copy |
166 @subsection Backup by Renaming or by Copying? | 165 @subsection Backup by Renaming or by Copying? |
167 @cindex backup files, how to make them | 166 @cindex backup files, rename or copy |
168 | 167 |
169 There are two ways that Emacs can make a backup file: | 168 There are two ways that Emacs can make a backup file: |
170 | 169 |
171 @itemize @bullet | 170 @itemize @bullet |
172 @item | 171 @item |
417 automatically compare a file with its most recent backup. | 416 automatically compare a file with its most recent backup. |
418 @end defun | 417 @end defun |
419 | 418 |
420 @node Auto-Saving | 419 @node Auto-Saving |
421 @section Auto-Saving | 420 @section Auto-Saving |
422 @cindex auto-saving | 421 @c @cindex auto-saving Lots of symbols starting with auto-save here. |
423 | 422 |
424 Emacs periodically saves all files that you are visiting; this is | 423 Emacs periodically saves all files that you are visiting; this is |
425 called @dfn{auto-saving}. Auto-saving prevents you from losing more | 424 called @dfn{auto-saving}. Auto-saving prevents you from losing more |
426 than a limited amount of work if the system crashes. By default, | 425 than a limited amount of work if the system crashes. By default, |
427 auto-saves happen every 300 keystrokes, or after around 30 seconds of | 426 auto-saves happen every 300 keystrokes, or after around 30 seconds of |