aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/TUTORIAL6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL
index abb1dafadb2..65020a8df97 100644
--- a/etc/TUTORIAL
+++ b/etc/TUTORIAL
@@ -732,13 +732,13 @@ text, is Auto Fill mode. When this mode is on, Emacs breaks the line
732in between words automatically whenever you insert text and make a 732in between words automatically whenever you insert text and make a
733line that is too wide. 733line that is too wide.
734 734
735You can turn Auto Fill mode on by doing M-x auto-fill-mode<Return>. 735You can turn Auto Fill mode on by doing M-x auto fill mode<Return>.
736When the mode is on, you can turn it off by doing M-x 736When the mode is on, you can turn it off by doing M-x
737auto-fill-mode<Return>. If the mode is off, this command turns it on, 737auto fill mode<Return>. If the mode is off, this command turns it on,
738and if the mode is on, this command turns it off. We say that the 738and if the mode is on, this command turns it off. We say that the
739command "toggles the mode". 739command "toggles the mode".
740 740
741>> Type M-x auto-fill-mode<Return> now. Then insert a line of "asdf " 741>> Type M-x auto fill mode<Return> now. Then insert a line of "asdf "
742 over again until you see it divide into two lines. You must put in 742 over again until you see it divide into two lines. You must put in
743 spaces between them because Auto Fill breaks lines only at spaces. 743 spaces between them because Auto Fill breaks lines only at spaces.
744 744