aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2007-10-18 08:12:59 +0000
committerMartin Rudalics2007-10-18 08:12:59 +0000
commita80859d4d11603a264341d6376d3fc3ecdeca12a (patch)
tree2820ab51ccada942786b1966976406a1eb5e7419
parenteca4dc4453a190b0c698fbc7c40e730d63536fe3 (diff)
downloademacs-a80859d4d11603a264341d6376d3fc3ecdeca12a.tar.gz
emacs-a80859d4d11603a264341d6376d3fc3ecdeca12a.zip
(Quitting): Fix typo.
-rw-r--r--man/ChangeLog4
-rw-r--r--man/trouble.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 9f162ab2186..aa61bec2868 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12007-10-18 Martin Rudalics <rudalics@gmx.at>
2
3 * trouble.texi (Quitting): Fix typo.
4
12007-10-17 Aaron S. Hawley <aaronh@garden.org> 52007-10-17 Aaron S. Hawley <aaronh@garden.org>
2 6
3 * building.texi (Source Buffers): 7 * 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
84impossible unless special pains are taken for the particular system 84impossible unless special pains are taken for the particular system
85call within Emacs where the waiting occurs. We have done this for the 85call within Emacs where the waiting occurs. We have done this for the
86system calls that users are likely to want to quit from, but it's 86system calls that users are likely to want to quit from, but it's
87possible you will a case not handled. In one very common 87possible you will encounter a case not handled. In one very common
88case---waiting for file input or output using NFS---Emacs itself knows 88case---waiting for file input or output using NFS---Emacs itself knows
89how to quit, but many NFS implementations simply do not allow user 89how to quit, but many NFS implementations simply do not allow user
90programs to stop waiting for NFS when the NFS server is hung. 90programs to stop waiting for NFS when the NFS server is hung.