diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-01 14:39:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-01 14:39:32 +0000 |
commit | 3193071145cdaf845e86bc958ae7f535b707ac79 (patch) | |
tree | 3416a28c4c12a677720708ba6e6d2eb908f566d5 /etc | |
parent | 7df306149257ab4805246cbf5274e696fe492a6c (diff) | |
download | emacs-3193071145cdaf845e86bc958ae7f535b707ac79.tar.gz |
Changed.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/TUTORIAL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index abfe251cd35..c965d4f9dbe 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL @@ -578,10 +578,10 @@ should probably use Text Mode. >> Type M-x text-mode<Return>. Don't worry, none of the commands you have learned changes Emacs in -any great way. But you can now observe that periods are no longer -part of words when you do M-f or M-b! Major modes are usually like -that: commands don't change into completely unrelated things, but they -work a little bit differently. +any great way. But you can observe that apostrophes are now part of +words when you do M-f or M-b. Major modes are usually like that: +commands don't change into completely unrelated things, but they work +a little bit differently. To get documentation on your current major mode, type C-h m. |