diff options
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/trouble.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 9f162ab2186..aa61bec2868 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-10-18 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * trouble.texi (Quitting): Fix typo. | ||
| 4 | |||
| 1 | 2007-10-17 Aaron S. Hawley <aaronh@garden.org> | 5 | 2007-10-17 Aaron S. Hawley <aaronh@garden.org> |
| 2 | 6 | ||
| 3 | * building.texi (Source Buffers): | 7 | * building.texi (Source Buffers): |
diff --git a/man/trouble.texi b/man/trouble.texi index ea494445a4e..494637c8eeb 100644 --- a/man/trouble.texi +++ b/man/trouble.texi | |||
| @@ -84,7 +84,7 @@ waiting for the operating system to do something, quitting is | |||
| 84 | impossible unless special pains are taken for the particular system | 84 | impossible unless special pains are taken for the particular system |
| 85 | call within Emacs where the waiting occurs. We have done this for the | 85 | call within Emacs where the waiting occurs. We have done this for the |
| 86 | system calls that users are likely to want to quit from, but it's | 86 | system calls that users are likely to want to quit from, but it's |
| 87 | possible you will a case not handled. In one very common | 87 | possible you will encounter a case not handled. In one very common |
| 88 | case---waiting for file input or output using NFS---Emacs itself knows | 88 | case---waiting for file input or output using NFS---Emacs itself knows |
| 89 | how to quit, but many NFS implementations simply do not allow user | 89 | how to quit, but many NFS implementations simply do not allow user |
| 90 | programs to stop waiting for NFS when the NFS server is hung. | 90 | programs to stop waiting for NFS when the NFS server is hung. |