# HG changeset patch # User Martin Rudalics # Date 1192695146 0 # Node ID a8dc40759973f5a2c45e9faf2b9657ffbb95d51c # Parent ae47ede3f2483a5f1cb967735f860b9c263f85d2 (Quitting): Fix typo. diff -r ae47ede3f248 -r a8dc40759973 man/trouble.texi --- a/man/trouble.texi Thu Oct 18 04:43:01 2007 +0000 +++ b/man/trouble.texi Thu Oct 18 08:12:26 2007 +0000 @@ -84,7 +84,7 @@ impossible unless special pains are taken for the particular system call within Emacs where the waiting occurs. We have done this for the system calls that users are likely to want to quit from, but it's -possible you will a case not handled. In one very common +possible you will encounter a case not handled. In one very common case---waiting for file input or output using NFS---Emacs itself knows how to quit, but many NFS implementations simply do not allow user programs to stop waiting for NFS when the NFS server is hung.