]> git.eshelyaron.com Git - emacs.git/commitdiff
(Quitting): Fix typo.
authorMartin Rudalics <rudalics@gmx.at>
Thu, 18 Oct 2007 08:12:59 +0000 (08:12 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 18 Oct 2007 08:12:59 +0000 (08:12 +0000)
man/ChangeLog
man/trouble.texi

index 9f162ab2186b7477a8e19d9be6d1aed2319cc683..aa61bec2868360343a9978edf114ab13f7629c7b 100644 (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):
index ea494445a4e3b5e17ea6973fb4f051bdfcb625c0..494637c8eeb205ed950a360c349c6c3b3c69ec81 100644 (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.