diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-07-19 20:55:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-07-19 20:55:05 +0000 |
commit | ab380f51c115821e380cedaa32c85d52c823a840 (patch) | |
tree | 41029ecf84b47d32f10ba0eebc2400a3174f4242 /etc/TUTORIAL | |
parent | b92a07e0edea954b5382090a2953bf3cc14c8ef9 (diff) | |
download | emacs-ab380f51c115821e380cedaa32c85d52c823a840.tar.gz |
Say "human-language" instead of "English".
Diffstat (limited to 'etc/TUTORIAL')
-rw-r--r-- | etc/TUTORIAL | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index 81884a207a6..86e3fac2d6f 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL @@ -759,7 +759,7 @@ major mode is the name of an extended command, which is how you can switch to that mode. For example, M-x fundamental-mode is a command to switch to Fundamental mode. -If you are going to be editing English text, such as this file, you +If you are going to be editing human-language text, such as this file, you should probably use Text Mode. >> Type M-x text mode<Return>. @@ -785,10 +785,10 @@ itself, independent of all other minor modes, and independent of your major mode. So you can use no minor modes, or one minor mode, or any combination of several minor modes. -One minor mode which is very useful, especially for editing English -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. +One minor mode which is very useful, especially for editing +human-language 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>. When the mode is on, you can turn it off again by doing M-x |