summaryrefslogtreecommitdiff
path: root/etc/TUTORIAL
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-17 18:09:30 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-17 18:09:30 +0000
commit289e5a55152df0d3725ac05304f77db22f25fec0 (patch)
tree246f58c6654121762c2ee9d539cdb7ce13dac620 /etc/TUTORIAL
parent6c0fc42885a344c35482f402f849a008b960c2ad (diff)
downloademacs-289e5a55152df0d3725ac05304f77db22f25fec0.tar.gz
Mention ESC ESC ESC instead of M-x top-level.
Diffstat (limited to 'etc/TUTORIAL')
-rw-r--r--etc/TUTORIAL17
1 files changed, 6 insertions, 11 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL
index 22f0e694625..8c1c1bee031 100644
--- a/etc/TUTORIAL
+++ b/etc/TUTORIAL
@@ -790,20 +790,15 @@ level". This is indicated by square brackets in the mode line,
surrounding the parentheses around the major mode name. For
example, you might see [(Fundamental)] instead of (Fundamental).
-To get out of the recursive editing level, type
- M-x top-level<Return>.
+To get out of the recursive editing level, type ESC ESC ESC. That is
+an all-purpose "get out" command. You can also use it for eliminating
+extra windows, and getting out of the minibuffer.
->> Try that now; it should display "Back to top level"
- at the bottom of the screen.
-
-In fact, you were ALREADY at top level (not inside a recursive editing
-level) if you have obeyed instructions. M-x top-level does not care;
-it gets out of any number of recursive editing levels, perhaps zero,
-to get back to top level.
+>> Type M-x to get into a minibuffer; then type ESC ESC ESC to get out.
You can't use C-g to get out of a recursive editing level because C-g
-is used for discarding numeric arguments and partially typed commands
-WITHIN the recursive editing level.
+is used for canceling commands and arguments WITHIN the recursive
+editing level.
* GETTING MORE HELP