diff options
| author | Richard M. Stallman | 2001-05-22 07:26:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-05-22 07:26:19 +0000 |
| commit | b3f74d2128225925b7a6bf00d8882daeb9fdcba9 (patch) | |
| tree | 3a5f1acdfb972cad5fabd9d299784f1dfc95869d | |
| parent | 17c92caca8f99ff1331914cfcfc06c609f19cdff (diff) | |
| download | emacs-b3f74d2128225925b7a6bf00d8882daeb9fdcba9.tar.gz emacs-b3f74d2128225925b7a6bf00d8882daeb9fdcba9.zip | |
Minor fixes.
| -rw-r--r-- | man/trouble.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/trouble.texi b/man/trouble.texi index 07692970bd2..ab42bae0566 100644 --- a/man/trouble.texi +++ b/man/trouble.texi | |||
| @@ -73,7 +73,7 @@ special pains are taken for the particular system call within Emacs | |||
| 73 | where the waiting occurs. We have done this for the system calls that | 73 | where the waiting occurs. We have done this for the system calls that |
| 74 | users are likely to want to quit from, but it's possible you will find | 74 | users are likely to want to quit from, but it's possible you will find |
| 75 | another. In one very common case---waiting for file input or output | 75 | another. In one very common case---waiting for file input or output |
| 76 | using NFS---Emacs itself knows how to quit, but most NFS implementations | 76 | using NFS---Emacs itself knows how to quit, but many NFS implementations |
| 77 | simply do not allow user programs to stop waiting for NFS when the NFS | 77 | simply do not allow user programs to stop waiting for NFS when the NFS |
| 78 | server is hung. | 78 | server is hung. |
| 79 | 79 | ||
| @@ -114,7 +114,8 @@ keymap. @xref{Recursive Edit}. | |||
| 114 | 114 | ||
| 115 | @kbd{C-x u} (@code{undo}) is not strictly speaking a way of canceling | 115 | @kbd{C-x u} (@code{undo}) is not strictly speaking a way of canceling |
| 116 | a command, but you can think of it as canceling a command that already | 116 | a command, but you can think of it as canceling a command that already |
| 117 | finished executing. @xref{Undo}. | 117 | finished executing. @xref{Undo}, for more information |
| 118 | about the undo facility. | ||
| 118 | 119 | ||
| 119 | @node Lossage, Bugs, Quitting, Top | 120 | @node Lossage, Bugs, Quitting, Top |
| 120 | @section Dealing with Emacs Trouble | 121 | @section Dealing with Emacs Trouble |
| @@ -231,8 +232,8 @@ back to top level. @xref{Recursive Edit}. | |||
| 231 | If the data on the screen looks wrong, the first thing to do is see | 232 | If the data on the screen looks wrong, the first thing to do is see |
| 232 | whether the text is really wrong. Type @kbd{C-l} to redisplay the | 233 | whether the text is really wrong. Type @kbd{C-l} to redisplay the |
| 233 | entire screen. If the screen appears correct after this, the problem | 234 | entire screen. If the screen appears correct after this, the problem |
| 234 | was entirely in the previous screen update. (Otherwise, see @ref{Text | 235 | was entirely in the previous screen update. (Otherwise, see the following |
| 235 | Garbled}.) | 236 | section.) |
| 236 | 237 | ||
| 237 | Display updating problems often result from an incorrect termcap entry | 238 | Display updating problems often result from an incorrect termcap entry |
| 238 | for the terminal you are using. The file @file{etc/TERMS} in the Emacs | 239 | for the terminal you are using. The file @file{etc/TERMS} in the Emacs |
| @@ -379,7 +380,7 @@ If not, and you type another @kbd{C-g}, it is suspended again. | |||
| 379 | @kbd{n} to both questions, and you will arrive at your former state. | 380 | @kbd{n} to both questions, and you will arrive at your former state. |
| 380 | Presumably the quit you requested will happen soon. | 381 | Presumably the quit you requested will happen soon. |
| 381 | 382 | ||
| 382 | The double-@kbd{C-g} feature is turned off when Emacs is running under | 383 | The double @kbd{C-g} feature is turned off when Emacs is running under |
| 383 | the X Window System, since you can use the window manager to kill Emacs | 384 | the X Window System, since you can use the window manager to kill Emacs |
| 384 | or to create another window and run another program. | 385 | or to create another window and run another program. |
| 385 | 386 | ||