]> git.eshelyaron.com Git - emacs.git/commitdiff
Use spaces, not dashes, in M-x command.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Apr 1998 04:25:22 +0000 (04:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Apr 1998 04:25:22 +0000 (04:25 +0000)
etc/TUTORIAL

index abb1dafadb20845d3a34dbe78d809b2d1c8a9f9f..65020a8df97437e7da36e88077109231edc33f89 100644 (file)
@@ -732,13 +732,13 @@ text, is Auto Fill mode.  When this mode is on, Emacs breaks the line
 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<Return>.
+You can turn Auto Fill mode on by doing M-x auto fill mode<Return>.
 When the mode is on, you can turn it off by doing M-x
-auto-fill-mode<Return>.  If the mode is off, this command turns it on,
+auto fill mode<Return>.  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<Return> now.  Then insert a line of "asdf "
+>> Type M-x auto fill mode<Return> 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.