(Quitting): Fix typo.

This commit is contained in:
Martin Rudalics 2007-10-18 08:12:59 +00:00
parent eca4dc4453
commit a80859d4d1
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-10-18 Martin Rudalics <rudalics@gmx.at>
* trouble.texi (Quitting): Fix typo.
2007-10-17 Aaron S. Hawley <aaronh@garden.org>
* building.texi (Source Buffers):

View file

@ -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.