aboutsummaryrefslogtreecommitdiffstats
path: root/etc/tutorials
diff options
context:
space:
mode:
authorStephen Berman2019-01-12 16:14:49 +0100
committerStephen Berman2019-01-12 16:14:49 +0100
commit21b902692828d25bae492c42167281bf1b178bd1 (patch)
treec7a4c7aa90496083c55529f442ae6ce40572c2df /etc/tutorials
parentd223727a7a15048b9963ebeb83b15962454aff0f (diff)
downloademacs-21b902692828d25bae492c42167281bf1b178bd1.tar.gz
emacs-21b902692828d25bae492c42167281bf1b178bd1.zip
* etc/tutorials/TUTORIAL: Fix typo (bug#34049)
Diffstat (limited to 'etc/tutorials')
-rw-r--r--etc/tutorials/TUTORIAL2
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.
704If the computer crashes, you can recover your auto-saved editing by 704If the computer crashes, you can recover your auto-saved editing by
705finding the file normally (the file you were editing, not the auto 705finding the file normally (the file you were editing, not the auto
706save file) and then typing M-x recover-this-file <Return>. When it 706save file) and then typing M-x recover-this-file <Return>. When it
707asks fo confirmation, type yes<Return> to go ahead and recover the 707asks for confirmation, type yes<Return> to go ahead and recover the
708auto-save data. 708auto-save data.
709 709
710 710