From: Martin Rudalics Date: Thu, 18 Oct 2007 08:12:59 +0000 (+0000) Subject: (Quitting): Fix typo. X-Git-Tag: emacs-pretest-22.1.90~570 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a80859d4d11603a264341d6376d3fc3ecdeca12a;p=emacs.git (Quitting): Fix typo. --- diff --git a/man/ChangeLog b/man/ChangeLog index 9f162ab2186..aa61bec2868 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2007-10-18 Martin Rudalics + + * trouble.texi (Quitting): Fix typo. + 2007-10-17 Aaron S. Hawley * 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 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.