From: Richard M. Stallman Date: Fri, 17 Apr 1998 04:25:22 +0000 (+0000) Subject: Use spaces, not dashes, in M-x command. X-Git-Tag: emacs-20.3~1482 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48cc32f0649fe064ff3adb66ffdaafc3b64e9c67;p=emacs.git Use spaces, not dashes, in M-x command. --- 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 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.