comparison etc/TUTORIAL @ 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 34dea67e7854
children ef426e5873e3
comparison
equal deleted inserted replaced
21592:47b8415a9976 21593:98611be1ad61
730 One minor mode which is very useful, especially for editing English 730 One minor mode which is very useful, especially for editing English
731 text, is Auto Fill mode. When this mode is on, Emacs breaks the line 731 text, is Auto Fill mode. When this mode is on, Emacs breaks the line
732 in between words automatically whenever you insert text and make a 732 in between words automatically whenever you insert text and make a
733 line that is too wide. 733 line that is too wide.
734 734
735 You can turn Auto Fill mode on by doing M-x auto-fill-mode<Return>. 735 You can turn Auto Fill mode on by doing M-x auto fill mode<Return>.
736 When the mode is on, you can turn it off by doing M-x 736 When the mode is on, you can turn it off by doing M-x
737 auto-fill-mode<Return>. If the mode is off, this command turns it on, 737 auto fill mode<Return>. If the mode is off, this command turns it on,
738 and if the mode is on, this command turns it off. We say that the 738 and if the mode is on, this command turns it off. We say that the
739 command "toggles the mode". 739 command "toggles the mode".
740 740
741 >> Type M-x auto-fill-mode<Return> now. Then insert a line of "asdf " 741 >> Type M-x auto fill mode<Return> now. Then insert a line of "asdf "
742 over again until you see it divide into two lines. You must put in 742 over again until you see it divide into two lines. You must put in
743 spaces between them because Auto Fill breaks lines only at spaces. 743 spaces between them because Auto Fill breaks lines only at spaces.
744 744
745 The margin is usually set at 70 characters, but you can change it 745 The margin is usually set at 70 characters, but you can change it
746 with the C-x f command. You should give the margin setting you want 746 with the C-x f command. You should give the margin setting you want