diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-04-17 04:25:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-04-17 04:25:22 +0000 |
commit | 48cc32f0649fe064ff3adb66ffdaafc3b64e9c67 (patch) | |
tree | b577a592e2a5ee01f19507a7e4174f3a3fceb39f /etc/TUTORIAL | |
parent | 909f0455e00dc80afcd15ad7a66549383aa10dbc (diff) | |
download | emacs-48cc32f0649fe064ff3adb66ffdaafc3b64e9c67.tar.gz |
Use spaces, not dashes, in M-x command.
Diffstat (limited to 'etc/TUTORIAL')
-rw-r--r-- | etc/TUTORIAL | 6 |
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 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. |