summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-05-25 23:21:39 +0000
committerKarl Heuer <kwzh@gnu.org>1996-05-25 23:21:39 +0000
commit312c27d81572705021721e7ae99936ecfa85c320 (patch)
tree18c4576819f087bfa1aebc840fab2441f83c9120 /etc
parent510e8ed198a19734a48b813e4a883ac624a1c7a6 (diff)
downloademacs-312c27d81572705021721e7ae99936ecfa85c320.tar.gz
Rephrase the first page to fit on a standard tty screen.
Diffstat (limited to 'etc')
-rw-r--r--etc/TUTORIAL9
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL
index 0095813fe51..22f0e694625 100644
--- a/etc/TUTORIAL
+++ b/etc/TUTORIAL
@@ -1,18 +1,15 @@
Copyright (c) 1985 Free Software Foundation, Inc; See end for conditions.
-
You are looking at the Emacs tutorial.
Emacs commands generally involve the CONTROL key (sometimes labeled
CTRL or CTL) or the META key (sometimes labeled EDIT or ALT). Rather than
-write out META or CONTROL each time we want you to prefix a character,
-we'll use the following abbreviations:
+write that in full each time, we'll use the following abbreviations:
C-<chr> means hold the CONTROL key while typing the character <chr>
Thus, C-f would be: hold the CONTROL key and type f.
M-<chr> means hold the META or EDIT or ALT key down while typing <chr>.
- If there is no META key or equivalent, type <ESC>, release it,
- then type the character <chr>. "<ESC>" stands for the
- key labeled "ESC".
+ If there is no META, EDIT or ALT key, instead press and release the
+ ESC key and then type <chr>. We write <ESC> for the ESC key.
Important note: to end the Emacs session, type C-x C-c. (Two characters.)
The characters ">>" at the left margin indicate directions for you to