diff options
| author | Stephen Berman | 2019-01-12 16:14:49 +0100 |
|---|---|---|
| committer | Stephen Berman | 2019-01-12 16:14:49 +0100 |
| commit | 21b902692828d25bae492c42167281bf1b178bd1 (patch) | |
| tree | c7a4c7aa90496083c55529f442ae6ce40572c2df /etc/tutorials | |
| parent | d223727a7a15048b9963ebeb83b15962454aff0f (diff) | |
| download | emacs-21b902692828d25bae492c42167281bf1b178bd1.tar.gz emacs-21b902692828d25bae492c42167281bf1b178bd1.zip | |
* etc/tutorials/TUTORIAL: Fix typo (bug#34049)
Diffstat (limited to 'etc/tutorials')
| -rw-r--r-- | etc/tutorials/TUTORIAL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index 48ba5dbc07e..3f5f116648b 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -704,7 +704,7 @@ Emacs deletes its auto save file. | |||
| 704 | If the computer crashes, you can recover your auto-saved editing by | 704 | If the computer crashes, you can recover your auto-saved editing by |
| 705 | finding the file normally (the file you were editing, not the auto | 705 | finding the file normally (the file you were editing, not the auto |
| 706 | save file) and then typing M-x recover-this-file <Return>. When it | 706 | save file) and then typing M-x recover-this-file <Return>. When it |
| 707 | asks fo confirmation, type yes<Return> to go ahead and recover the | 707 | asks for confirmation, type yes<Return> to go ahead and recover the |
| 708 | auto-save data. | 708 | auto-save data. |
| 709 | 709 | ||
| 710 | 710 | ||