diff options
| author | Richard M. Stallman | 2006-05-03 23:24:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-03 23:24:07 +0000 |
| commit | 58af1784740cec880872818b074b9aaf3d09704d (patch) | |
| tree | 804704fe6c2e785978a21cfadfe49d8d870971b3 | |
| parent | 9dd8a916c2c6551a99fc2976c3262ccfc3bc7b43 (diff) | |
| download | emacs-58af1784740cec880872818b074b9aaf3d09704d.tar.gz emacs-58af1784740cec880872818b074b9aaf3d09704d.zip | |
(Emergency Escape): Simplify.
| -rw-r--r-- | man/trouble.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/trouble.texi b/man/trouble.texi index f44862598c4..90e99a0ea59 100644 --- a/man/trouble.texi +++ b/man/trouble.texi | |||
| @@ -381,9 +381,9 @@ subsequent @kbd{C-g} invokes emergency escape again. | |||
| 381 | answer @kbd{n} to both questions, and you will get back to the former | 381 | answer @kbd{n} to both questions, and you will get back to the former |
| 382 | state. The quit you requested will happen by and by. | 382 | state. The quit you requested will happen by and by. |
| 383 | 383 | ||
| 384 | Emergency escape is active only for text terminals. On a graphical | 384 | Emergency escape is active only for text terminals. On graphical |
| 385 | display that supports multiple windows, you can use the window manager | 385 | displays, you can use the mouse to kill Emacs or switch to another |
| 386 | to kill Emacs, or to switch to some other program. | 386 | program. |
| 387 | 387 | ||
| 388 | On MS-DOS, you must type @kbd{C-@key{BREAK}} (twice) to cause | 388 | On MS-DOS, you must type @kbd{C-@key{BREAK}} (twice) to cause |
| 389 | emergency escape---but there are cases where it won't work, when | 389 | emergency escape---but there are cases where it won't work, when |