Mercurial > emacs
changeset 21593:98611be1ad61
Use spaces, not dashes, in M-x command.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Apr 1998 04:25:22 +0000 |
parents | 47b8415a9976 |
children | 529f64fddbb6 |
files | etc/TUTORIAL |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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<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.