aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-16 10:21:18 +0000
committerRichard M. Stallman2005-02-16 10:21:18 +0000
commit3b6f40c520b045580d2a5f4c4c66a9d2e52c2f08 (patch)
tree3cbb84bd9dc435aae3c98a9fc4b3dd1f52952549
parentf579d4fb5ed8fc6a73b6c091df0b8decb1bd9fe3 (diff)
downloademacs-3b6f40c520b045580d2a5f4c4c66a9d2e52c2f08.tar.gz
emacs-3b6f40c520b045580d2a5f4c4c66a9d2e52c2f08.zip
(Quitting): Emergency escape only for text terminal.
(Screen Garbled): C-l for ungarbling is only for text terminal.
-rw-r--r--man/trouble.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/trouble.texi b/man/trouble.texi
index 142560c1fe8..21d6eee2517 100644
--- a/man/trouble.texi
+++ b/man/trouble.texi
@@ -66,9 +66,9 @@ frequently and quits if it is non-@code{nil}. @kbd{C-g} is only
66actually executed as a command if you type it while Emacs is waiting for 66actually executed as a command if you type it while Emacs is waiting for
67input. In that case, the command it runs is @code{keyboard-quit}. 67input. In that case, the command it runs is @code{keyboard-quit}.
68 68
69 If you quit with @kbd{C-g} a second time before the first @kbd{C-g} is 69 On a text terminal, if you quit with @kbd{C-g} a second time before
70recognized, you activate the ``emergency escape'' feature and return to 70the first @kbd{C-g} is recognized, you activate the ``emergency
71the shell. @xref{Emergency Escape}. 71escape'' feature and return to the shell. @xref{Emergency Escape}.
72 72
73@cindex NFS and quitting 73@cindex NFS and quitting
74 There may be times when you cannot quit. When Emacs is waiting for 74 There may be times when you cannot quit. When Emacs is waiting for
@@ -237,11 +237,11 @@ back to top level. @xref{Recursive Edit}.
237@node Screen Garbled 237@node Screen Garbled
238@subsection Garbage on the Screen 238@subsection Garbage on the Screen
239 239
240 If the data on the screen looks wrong, the first thing to do is see 240 If the text on a text terminal looks wrong, the first thing to do is
241whether the text is really wrong. Type @kbd{C-l} to redisplay the 241see whether it is wrong in the buffer. Type @kbd{C-l} to redisplay
242entire screen. If the screen appears correct after this, the problem 242the entire screen. If the screen appears correct after this, the
243was entirely in the previous screen update. (Otherwise, see the following 243problem was entirely in the previous screen update. (Otherwise, see
244section.) 244the following section.)
245 245
246 Display updating problems often result from an incorrect termcap entry 246 Display updating problems often result from an incorrect termcap entry
247for the terminal you are using. The file @file{etc/TERMS} in the Emacs 247for the terminal you are using. The file @file{etc/TERMS} in the Emacs