comparison man/trouble.texi @ 79136:a8dc40759973

(Quitting): Fix typo.
author Martin Rudalics <rudalics@gmx.at>
date Thu, 18 Oct 2007 08:12:26 +0000
parents 3d45362f1d38
children 02b9a9aa5b0c
comparison
equal deleted inserted replaced
79135:ae47ede3f248 79136:a8dc40759973
82 There are some situations where you cannot quit. When Emacs is 82 There are some situations where you cannot quit. When Emacs is
83 waiting for the operating system to do something, quitting is 83 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.
91 91
92 @cindex aborting recursive edit 92 @cindex aborting recursive edit