# HG changeset patch # User Richard M. Stallman # Date 892787122 0 # Node ID 98611be1ad61bfca2c9cc5df8005d36bac140336 # Parent 47b8415a9976eaab99e0ac3614ae9e5b9546fe1f Use spaces, not dashes, in M-x command. diff -r 47b8415a9976 -r 98611be1ad61 etc/TUTORIAL --- a/etc/TUTORIAL Fri Apr 17 03:37:10 1998 +0000 +++ b/etc/TUTORIAL Fri Apr 17 04:25:22 1998 +0000 @@ -732,13 +732,13 @@ in between words automatically whenever you insert text and make a line that is too wide. -You can turn Auto Fill mode on by doing M-x auto-fill-mode. +You can turn Auto Fill mode on by doing M-x auto fill mode. When the mode is on, you can turn it off by doing M-x -auto-fill-mode. If the mode is off, this command turns it on, +auto fill mode. If the mode is off, this command turns it on, and if the mode is on, this command turns it off. We say that the command "toggles the mode". ->> Type M-x auto-fill-mode now. Then insert a line of "asdf " +>> Type M-x auto fill mode now. Then insert a line of "asdf " over again until you see it divide into two lines. You must put in spaces between them because Auto Fill breaks lines only at spaces.