comparison etc/TUTORIAL @ 10699:2713f4ff634a

Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Feb 1995 06:30:05 +0000
parents 9dc3f4fc6b7f
children 5d0ad882565c
comparison
equal deleted inserted replaced
10698:9dc3f4fc6b7f 10699:2713f4ff634a
562 ----------- 562 -----------
563 563
564 When you have made changes in a file, but you have not saved them yet, 564 When you have made changes in a file, but you have not saved them yet,
565 they could be lost if your computer crashes. To protect you from 565 they could be lost if your computer crashes. To protect you from
566 this, Emacs writes "auto save" files periodically. The auto save file 566 this, Emacs writes "auto save" files periodically. The auto save file
567 name as a # at the beginning and the end; for example, if your file is 567 name has a # at the beginning and the end; for example, if your file
568 named "hello.c", its auto save file's name is "#hello.c#". When you 568 is named "hello.c", its auto save file's name is "#hello.c#". When
569 save the file in the normal way, its auto save file is no longer 569 you save the file in the normal way, its auto save file is no longer
570 necessary so Emacs deletes it. 570 necessary so Emacs deletes it.
571 571
572 If the computer crashes, you can recover your auto-saved editing by 572 If the computer crashes, you can recover your auto-saved editing by
573 finding the file normally (the file you were editing, not the auto 573 finding the file normally (the file you were editing, not the auto
574 save file) and then typing M-x recover file<return>. When it asks for 574 save file) and then typing M-x recover file<return>. When it asks for